Google Fonts Redirector

This extension ensure you're always viewing the newest version of Google Fonts

Google Fonts Redirector क्या है?

Google Fonts Redirector mikebranski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension ensure you're always viewing the newest version of Google Fonts"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Fonts Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Google Fonts Redirector Google Fonts Redirector
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\/"
    ]
}