Get Site Favicon

You can get the favicon for the site by entering a URL.

Get Site Favicon क्या है?

Get Site Favicon no.web.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can get the favicon for the site by entering a URL."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** Introduction **

This is a simple small tool that gets the favicon of the website by entering an URL. That's it. This tool only does this one thing.

** Usage **

1. Click the tool icon to pop up the window;
2. Enter a URL in the URL entry box;
3. Click on the "Find" button and wait;
4. After a while, the result will appear (if there is no error), you can copy the icon address or download the icon to the local.

Well, now that you have learned how to use the tool, it's up to you to save the world.

** Support **

The tool is open source based on GPL-3.0 license. For more details and source code, see https://github.com/LightAPIs/get-site-favicon                    

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

नाम Get Site Favicon Get Site Favicon
ID bdinnpkeobbminaekbnbdmdnlnfahbbh
आधिकारिक URL https://chromewebstore.google.com/detail/get-site-favicon/bdinnpkeobbminaekbnbdmdnlnfahbbh
विवरण You can get the favicon for the site by entering a URL.
फ़ाइल का आकार 147 KB
स्थापना संख्या 79
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-07-26
प्रकाशन तिथि 2022-07-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर no.web.developer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/LightAPIs/get-site-favicon
सहायता पृष्ठ URL https://github.com/LightAPIs/get-site-favicon
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "description": "__MSG_extDes__",
    "author": "Light",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/get-site-favicon",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ]
}