Bookmark Shuffle
A nifty little extension that shuffles though your bookmarks.
Bookmark Shuffle क्या है?
Bookmark Shuffle http://www.andreboekhorst.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nifty little extension that shuffles though your bookmarks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark Shuffle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Bookmark Shuffle extension allows Chrome users to shuffle through a selected set of Chrome's bookmarks. Getting started is easy; simply select the folders you want to shuffle through in the options menu and press the new Bookmark Shuffle browserbutton. This plugin is ideal if you want to browse through all your favorite blogs, news sites or just plain procrastination.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hjkjfgagimlancolelcjihldonnbebfh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bookmark-shuffle/hjkjfgagimlancolelcjihldonnbebfh |
विवरण | A nifty little extension that shuffles though your bookmarks. |
फ़ाइल का आकार | 43.03 KB |
स्थापना संख्या | 225 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2016-03-06 |
प्रकाशन तिथि | 2016-03-06 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | http://www.andreboekhorst.nl |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "bookmarks", "topSites", "webNavigation", "webRequest", "*:\/\/*.google.com", "webRequestBlocking", "bookmarks" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "omnibox": { "keyword": "OMNIBOX-KEYWORD" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Bookmark Shuffle" } } |