Bookmark Syncer
A Chrome Extension for Bookmark Sync
什么是Bookmark Syncer?
Bookmark Syncer是由Hisheng开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension for Bookmark Sync”。
扩展截图
下载Bookmark Syncer扩展crx文件
下载Bookmark Syncer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly
扩展基本信息
名称 | Bookmark Syncer |
ID | mgeeacninhjdldchnllhlncfjcajfpbp |
官方URL | https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp |
简介 | A Chrome Extension for Bookmark Sync |
文件大小 | 79.96 KB |
安装次数 | 413 |
当前版本 | 2.0.0 |
更新时间 | 2022-03-28 |
上架时间 | 2022-03-28 |
开发者 | Hisheng |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/hishengs/bookmark-syncer |
帮助页面URL | https://github.com/hishengs/bookmark-syncer |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Syncer", "version": "2.0.0", "author": "[email protected]", "description": "A Chrome Extension for Bookmark Sync", "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [], "action": { "default_icon": "icon\/48.png", "default_title": "A Chrome Extension for Bookmark Sync", "default_popup": "src\/popup.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": true }, "permissions": [ "bookmarks", "storage", "notifications" ], "host_permissions": [ "https:\/\/*.github.com\/", "https:\/\/*.githubusercontent.com\/", "https:\/\/*.gitee.com\/" ], "default_locale": "en" } |