├── .gitignore ├── LICENSE ├── README.md ├── src ├── main.js └── manifest.json └── tools ├── crxmake.sh ├── crxmake_with_chrome.sh ├── crxmake_with_crxmake.sh └── mirror_breed-web.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/README.md -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/src/main.js -------------------------------------------------------------------------------- /src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/src/manifest.json -------------------------------------------------------------------------------- /tools/crxmake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/tools/crxmake.sh -------------------------------------------------------------------------------- /tools/crxmake_with_chrome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/tools/crxmake_with_chrome.sh -------------------------------------------------------------------------------- /tools/crxmake_with_crxmake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/tools/crxmake_with_crxmake.sh -------------------------------------------------------------------------------- /tools/mirror_breed-web.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szsoftware/breed-translator/HEAD/tools/mirror_breed-web.sh --------------------------------------------------------------------------------