Web Bookmark

Access your Chrome bookmarks from anywhere.

什么是Web Bookmark?

Web Bookmark是由SAGAN开发的Chrome扩展程序,该扩展的主要功能是“Access your Chrome bookmarks from anywhere.”。

扩展截图

screenshot
screenshot

下载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 收藏夹.                    

扩展基本信息

名称 Web Bookmark Web Bookmark
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
    }
}