My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
My Bookmarks क्या है?
My Bookmarks https://www.movinnza.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser action with a popup dump of all bookmarks, including search, add, edit and delete."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below. If you found a bug, have an ideas for features or improvements, please let me know.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
आधिकारिक URL | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
विवरण | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
फ़ाइल का आकार | 10.08 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-06-02 |
प्रकाशन तिथि | 2020-06-02 |
डेवलपर | https://www.movinnza.in |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.movinnza.in/contact |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks", "version": "1.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |