Dashboard of Bookmarks
Add a new dashboard of bookmarks and override the Chrome Newtab page.
Dashboard of Bookmarks क्या है?
Dashboard of Bookmarks Encore Shao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a new dashboard of bookmarks and override the Chrome Newtab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dashboard of Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a new dashboard for bookmarks and override the Chrome Newtab page.
एक्सटेंशन की मूल जानकारी
नाम | Dashboard of Bookmarks |
ID | imknfkidkilkomeomcidnnjojiilaofb |
आधिकारिक URL | https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb |
विवरण | Add a new dashboard of bookmarks and override the Chrome Newtab page. |
फ़ाइल का आकार | 7.07 MB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2017-11-12 |
प्रकाशन तिथि | 2017-11-12 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Encore Shao |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en_US", "author": "Encore Shao", "short_name": "Bookmarks", "name": "Dashboard of Bookmarks", "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.", "options_page": "src\/options\/index.html", "version": "0.1.5", "background": { "scripts": [ "js\/libs.js", "js\/bookmark.js", "js\/background.js", "js\/bg.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "bookmarks", "tabs", "downloads", "storage", " |