Awesome Options Button

Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.

Awesome Options Button क्या है?

Awesome Options Button https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected."।

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

screenshot
screenshot
screenshot

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

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

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

                        It is a shortcut button to open the Chrome options page.                    

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

नाम Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
विवरण Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
फ़ाइल का आकार 33.66 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.2.0.0
अंतिम अपडेट 2020-12-08
प्रकाशन तिथि 2016-09-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://upway2late.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.upway2late.com/projects/buttons-project
सहायता पृष्ठ URL http://www.upway2late.com/projects/buttons-project
गोपनीयता नीति पृष्ठ URL http://www.upway2late.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}