Easy Bookmark
Easy bookmark pages.
Easy Bookmark क्या है?
Easy Bookmark nghiai3e द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy bookmark pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy Bookmark - Much more convenient for bookmarking pages. No more wasted time to find and organize your bookmark. + Easily find and select which folder that bookmarked pages should belong to. + Easily create new folder and save your favorite page. + Support auto suggestion to choose folders. + Support shortcut key. The default shortcut is Ctrl + Shift + Y. + Totally free!!!
एक्सटेंशन की मूल जानकारी
नाम | Easy Bookmark |
ID | kdidhjilcckdjjpfddiclfpadmjonpnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-bookmark/kdidhjilcckdjjpfddiclfpadmjonpnk |
विवरण | Easy bookmark pages. |
फ़ाइल का आकार | 60.16 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2015-11-21 |
प्रकाशन तिथि | 2015-11-21 |
रेटिंग | 4.00/5 कुल 13 रेटिंग्स |
डेवलपर | nghiai3e |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Bookmark", "version": "1.3.4", "manifest_version": 2, "description": "Easy bookmark pages.", "short_name": "EasyBookmark", "icons": { "16": "images\/bookmark16.png", "24": "images\/bookmark24.png", "32": "images\/bookmark32.png", "48": "images\/bookmark48.png" }, "background": { "page": "popup.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "tabs" ], "web_accessible_resources": [ "css\/*.*", "images\/*.*" ], "page_action": { "default_icon": "images\/bookmark16.png", "default_title": "Bookmark this page", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl + Shift + Y", "windows": "Ctrl + Shift + Y", "mac": "Ctrl + Shift + Y", "linux": "Ctrl + Shift + Y" }, "global": false, "description": "Easy bookmark" } } } |