├── README.md ├── assets ├── images │ ├── IranSans.jpg │ ├── IranSansDn.jpg │ ├── IranSharp.jpg │ ├── IranYekan.jpg │ ├── fontiran-128.png │ ├── fontiran-16.png │ ├── fontiran-19.png │ ├── fontiran-48.png │ ├── icons │ │ ├── facebook.svg │ │ ├── gmail.svg │ │ ├── google-plus.svg │ │ ├── google.svg │ │ ├── instagram.svg │ │ ├── linkedin.svg │ │ ├── telegram.svg │ │ ├── translate.svg │ │ ├── trello.svg │ │ ├── twitter.svg │ │ ├── whatsapp.svg │ │ └── wikipedia.svg │ ├── logo.png │ └── logo.svg ├── scripts │ ├── angular.min.js │ ├── app.js │ ├── background.js │ ├── contentscript.js │ └── jquery-3.3.1.min.js └── styles │ ├── font-faces.css │ └── popup.css ├── manifest.json └── popup.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/README.md -------------------------------------------------------------------------------- /assets/images/IranSans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/IranSans.jpg -------------------------------------------------------------------------------- /assets/images/IranSansDn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/IranSansDn.jpg -------------------------------------------------------------------------------- /assets/images/IranSharp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/IranSharp.jpg -------------------------------------------------------------------------------- /assets/images/IranYekan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/IranYekan.jpg -------------------------------------------------------------------------------- /assets/images/fontiran-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/fontiran-128.png -------------------------------------------------------------------------------- /assets/images/fontiran-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/fontiran-16.png -------------------------------------------------------------------------------- /assets/images/fontiran-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/fontiran-19.png -------------------------------------------------------------------------------- /assets/images/fontiran-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/fontiran-48.png -------------------------------------------------------------------------------- /assets/images/icons/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/facebook.svg -------------------------------------------------------------------------------- /assets/images/icons/gmail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/gmail.svg -------------------------------------------------------------------------------- /assets/images/icons/google-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/google-plus.svg -------------------------------------------------------------------------------- /assets/images/icons/google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/google.svg -------------------------------------------------------------------------------- /assets/images/icons/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/instagram.svg -------------------------------------------------------------------------------- /assets/images/icons/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/linkedin.svg -------------------------------------------------------------------------------- /assets/images/icons/telegram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/telegram.svg -------------------------------------------------------------------------------- /assets/images/icons/translate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/translate.svg -------------------------------------------------------------------------------- /assets/images/icons/trello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/trello.svg -------------------------------------------------------------------------------- /assets/images/icons/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/twitter.svg -------------------------------------------------------------------------------- /assets/images/icons/whatsapp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/whatsapp.svg -------------------------------------------------------------------------------- /assets/images/icons/wikipedia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/icons/wikipedia.svg -------------------------------------------------------------------------------- /assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/logo.png -------------------------------------------------------------------------------- /assets/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/images/logo.svg -------------------------------------------------------------------------------- /assets/scripts/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/scripts/angular.min.js -------------------------------------------------------------------------------- /assets/scripts/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/scripts/app.js -------------------------------------------------------------------------------- /assets/scripts/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/scripts/background.js -------------------------------------------------------------------------------- /assets/scripts/contentscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/scripts/contentscript.js -------------------------------------------------------------------------------- /assets/scripts/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/scripts/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /assets/styles/font-faces.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/styles/font-faces.css -------------------------------------------------------------------------------- /assets/styles/popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/assets/styles/popup.css -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fontiran/FontIranFontChanger/HEAD/popup.html --------------------------------------------------------------------------------