Google with Favicons

A Chrome extension which shows favicons in Google search results.

Google with Favicons क्या है?

Google with Favicons https://junion.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension which shows favicons in Google search results."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में Google with Favicons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience.                    

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

नाम Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
आधिकारिक URL https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
विवरण A Chrome extension which shows favicons in Google search results.
फ़ाइल का आकार 45.75 KB
स्थापना संख्या 1,107
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-11-03
प्रकाशन तिथि 2014-11-03
रेटिंग 3.54/5 कुल 83 रेटिंग्स
डेवलपर https://junion.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/junion-org/GoogleWithFavicons
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google with Favicons",
    "version": "1.0.1",
    "description": "A Chrome extension which shows favicons in Google search results.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}