Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Awesome Button Bar क्या है?
Awesome Button Bar https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Awesome Button Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Too many buttons cluttering up Chrome? This button contains eleven in one. Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. Recently added buttons are duplicate tab, second home, and refresh all tabs. Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!
एक्सटेंशन की मूल जानकारी
नाम | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
आधिकारिक URL | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
विवरण | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
फ़ाइल का आकार | 45.48 KB |
स्थापना संख्या | 1,663 |
वर्तमान संस्करण | 1.2.0.0 |
अंतिम अपडेट | 2016-09-22 |
प्रकाशन तिथि | 2016-09-22 |
रेटिंग | 4.00/5 कुल 20 रेटिंग्स |
डेवलपर | 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 Button Bar", "version": "1.2.0.0", "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!", "icons": { "16": "barButton_16.png", "48": "barButton_48.png", "128": "barButton_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "barButton_19.png", "default_title": "Awesome Button Bar", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |