OpenThem

Open websites with ease

OpenThem क्या है?

OpenThem Ernesto Schiavo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open websites with ease"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        OpenThem lets you open your favorite websites every time you launch Google Chrome!

With OpenThem you can:

    -  Open multiple websites at Chrome launch;
    -  Open links in incognito mode;
    -  Choose devices where to open your websites;
    -  Sync between all your Google Chrome instances;
    -  Open links only at some time during the day;
    -  ..and more!                    

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

नाम OpenThem OpenThem
ID cpedieeiekinilakigngnppinnnkgkpl
आधिकारिक URL https://chromewebstore.google.com/detail/openthem/cpedieeiekinilakigngnppinnnkgkpl
विवरण Open websites with ease
फ़ाइल का आकार 10.66 MB
स्थापना संख्या 36
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-02-21
प्रकाशन तिथि 2020-02-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Ernesto Schiavo
भुगतान के प्रकार free
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16x16.png",
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "default_locale": "it",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "19": "images\/19x19.png",
            "38": "images\/38x38.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}