Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
ما هو Google Fonts Redirector؟
Google Fonts Redirector هو إضافة Chrome تم تطويرها بواسطة mikebranski، والميزة الرئيسية لها هي "This extension ensure you're always viewing the newest version of Google Fonts".
تحميل ملف CRX للإضافة Google Fonts Redirector
قم بتنزيل ملفات الامتداد Google Fonts Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply put, this extension simply redirects you from the old Google Fonts (google.com/fonts) to the new (fonts.google.com), preserving the font (specimen) you are currently viewing if you are viewing one; otherwise, it simply takes you to the new home page.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
الوصف | This extension ensure you're always viewing the newest version of Google Fonts |
حجم الملف | 5.85 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-08-08 |
تاريخ النشر | 2016-08-08 |
المطور | mikebranski |
نوع الدفع | free |
موقع الإضافة | https://github.com/mikebranski/google-fonts-redirector |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Mike Branski (http:\/\/mikebranski.com\/)", "name": "Google Fonts Redirector", "description": "This extension ensure you're always viewing the newest version of Google Fonts", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/fonts", "*:\/\/fonts.google.com\/" ] } |