├── README.fa.md ├── README.md ├── background.js ├── content.js ├── fonts ├── Vazirmatn[wght].ttf └── test.txt ├── icons ├── README.txt ├── icon128.png ├── icon128.png.txt ├── icon16.png ├── icon16.png.txt ├── icon48.png └── icon48.png.txt ├── manifest.json ├── popup.html ├── popup.js └── translate.js /README.fa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/README.fa.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/background.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/content.js -------------------------------------------------------------------------------- /fonts/Vazirmatn[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/fonts/Vazirmatn[wght].ttf -------------------------------------------------------------------------------- /fonts/test.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /icons/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/README.txt -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon128.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon128.png.txt -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon16.png.txt -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /icons/icon48.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/icons/icon48.png.txt -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/popup.js -------------------------------------------------------------------------------- /translate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so-roush/Dynamic-RTL/HEAD/translate.js --------------------------------------------------------------------------------