Button: Settings
Open the Settings with just one click.
Button: Settings क्या है?
Button: Settings https://browser-extensions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the Settings with just one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Button: Settings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Button: Settings |
ID | llhljceoapbodnkbmpeahmbphilblllh |
आधिकारिक URL | https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh |
विवरण | Open the Settings with just one click. |
फ़ाइल का आकार | 12.94 KB |
स्थापना संख्या | 1,454 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-04-21 |
प्रकाशन तिथि | 2016-04-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://browser-extensions.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://browser-extensions.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openSettings__" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus" ] } |