Web Bookmark
Access your Chrome bookmarks from anywhere.
Web Bookmark क्या है?
Web Bookmark SAGAN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your Chrome bookmarks from anywhere."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension makes your Chrome bookmarks available in a web page, so you can access your Chrome bookmarks from any devices or browsers via the web. Usage: click the extension icon (pink heart), then open the "My Web Bookmark" link, and you will see all your Chrome bookmarks here. Save the link of this page to anywhere you need. 从任何地方访问您的 Chrome 收藏夹.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocgpeglcikmofdphblhakkpkndifnhkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh |
विवरण | Access your Chrome bookmarks from anywhere. |
फ़ाइल का आकार | 39.18 KB |
स्थापना संख्या | 148 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-05-11 |
प्रकाशन तिथि | 2019-01-02 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | SAGAN |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Bookmark", "description": "Access your Chrome bookmarks from anywhere.", "version": "1.0.4", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [ "bookmarks", "storage" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true } } |