Open in builtwith

Open in builtwith

Open in builtwith क्या है?

Open in builtwith muthali ganesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open in builtwith"।

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

screenshot

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

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

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

                        Opens the current website in builtwith for getting more information on the different technologies used in the website                    

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

नाम Open in builtwith Open in builtwith
ID kbjfocbialdjlajcbohmjfmbionhcinf
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf
विवरण Open in builtwith
फ़ाइल का आकार 14.86 KB
स्थापना संख्या 2,691
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-09-04
प्रकाशन तिथि 2020-09-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर muthali ganesh
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://aozata.com/aozata-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in builtwith",
    "short_name": "Similarweb",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "builtwith.js"
        ]
    },
    "description": "Open in builtwith",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in builtwith"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}