Extensions Button
Provides quick icon access to your Chrome extensions.
Extensions Button क्या है?
Extensions Button Dan Barnett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick icon access to your Chrome extensions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extensions Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your extensions. It either opens a new tab, or switches to the extensions 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. See also "Chrome Downloads Button" and "Chrome History Button" from the link below.
एक्सटेंशन की मूल जानकारी
नाम | Extensions Button |
ID | hfpnjihjndnmfcbclplooodjmhcdncan |
आधिकारिक URL | https://chromewebstore.google.com/detail/extensions-button/hfpnjihjndnmfcbclplooodjmhcdncan |
विवरण | Provides quick icon access to your Chrome extensions. |
फ़ाइल का आकार | 25.58 KB |
स्थापना संख्या | 10,751 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2013-06-18 |
प्रकाशन तिथि | 2013-06-17 |
रेटिंग | 4.44/5 कुल 45 रेटिंग्स |
डेवलपर | Dan Barnett |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome extensions.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Extensions Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |