Web Bookmark
Access your Chrome bookmarks from anywhere.
什麼是Web Bookmark?
Web Bookmark是由SAGAN開發的Chrome擴展程式,該擴展的主要功能是“Access your Chrome bookmarks from anywhere.”。
擴展截圖
下載Web Bookmark擴展crx文件
下載Web Bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |