Awesome Bookmarks Button
Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
Awesome Bookmarks Button क्या है?
Awesome Bookmarks Button https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Awesome Bookmarks Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's a shortcut button to open the bookmarks.
एक्सटेंशन की मूल जानकारी
नाम | Awesome Bookmarks Button |
ID | dgkaehmmlnblfmmpdebmhjieffcjjjph |
आधिकारिक URL | https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph |
विवरण | Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected. |
फ़ाइल का आकार | 32.94 KB |
स्थापना संख्या | 2,336 |
वर्तमान संस्करण | 1.2.0.0 |
अंतिम अपडेट | 2020-12-03 |
प्रकाशन तिथि | 2016-09-22 |
रेटिंग | 4.43/5 कुल 30 रेटिंग्स |
डेवलपर | 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 Bookmarks Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.", "icons": { "16": "bookmarks_16.png", "48": "bookmarks_48.png", "128": "bookmarks_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "bookmarks_19.png", "default_title": "Awesome Bookmarks Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |