Web Bookmark
Access your Chrome bookmarks from anywhere.
What is Web Bookmark?
Web Bookmark is a Chrome extension developed by SAGAN, and its main feature is "Access your Chrome bookmarks from anywhere.".
Extension Screenshots
Download Web Bookmark Extension CRX File
Download Web Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 收藏夹.
Extension Basic Information
Name | |
ID | ocgpeglcikmofdphblhakkpkndifnhkh |
Official URL | https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh |
Description | Access your Chrome bookmarks from anywhere. |
File Size | 39.18 KB |
Installation Count | 148 |
Current Version | 1.0.4 |
Last Updated | 2023-05-11 |
Publish Date | 2019-01-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | SAGAN |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |