SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
SiteBookmarks क्या है?
SiteBookmarks https://site.simonandrewbrown.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your bookmarks on the current site from the context (right-click) menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiteBookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks. Source code: https://github.com/simonbrown/Site-Bookmarks
एक्सटेंशन की मूल जानकारी
नाम | SiteBookmarks |
ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
आधिकारिक URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
विवरण | View your bookmarks on the current site from the context (right-click) menu. |
फ़ाइल का आकार | 49.92 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2012-11-05 |
प्रकाशन तिथि | 2012-11-05 |
रेटिंग | 4.18/5 कुल 11 रेटिंग्स |
डेवलपर | https://site.simonandrewbrown.co.uk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.isimonbrown.co.uk/contact/ |
सहायता पृष्ठ URL | http://www.isimonbrown.co.uk/contact/ |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SiteBookmarks", "description": "View your bookmarks on the current site from the context (right-click) menu.", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "main.js" ] }, "permissions": [ "bookmarks", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "minimum_chrome_version": "20.0" } |