Settings Button
Provides quick icon access to your Chrome settings.
Settings Button क्या है?
Settings Button Dan Barnett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick icon access to your Chrome settings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Settings Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your settings and options. It either opens a new tab, or switches to the downloads tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs.
एक्सटेंशन की मूल जानकारी
नाम | Settings Button |
ID | adakfpemmbngeohfigfpldjimamijoek |
आधिकारिक URL | https://chromewebstore.google.com/detail/settings-button/adakfpemmbngeohfigfpldjimamijoek |
विवरण | Provides quick icon access to your Chrome settings. |
फ़ाइल का आकार | 12.45 KB |
स्थापना संख्या | 7,000 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2013-06-18 |
प्रकाशन तिथि | 2013-06-17 |
रेटिंग | 4.65/5 कुल 23 रेटिंग्स |
डेवलपर | Dan Barnett |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome settings.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Settings Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |