Google Similar Sites

The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon

Google Similar Sites क्या है?

Google Similar Sites ExtensionHub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon"।

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

screenshot

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

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

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

                        Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?                    

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

नाम Google Similar Sites Google Similar Sites
ID ajipbacgbjnabfmjgbicpijinlbcfcpo
आधिकारिक URL https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo
विवरण The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
फ़ाइल का आकार 15.42 KB
स्थापना संख्या 2,447
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-03-10
प्रकाशन तिथि 2020-03-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ExtensionHub
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        }
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}