Sync Bookmarks
Synchronise bookmarks
什么是Sync Bookmarks?
Sync Bookmarks是由Richard Wong开发的Chrome扩展程序,该扩展的主要功能是“Synchronise bookmarks”。
扩展截图
下载Sync Bookmarks扩展crx文件
下载Sync Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension saves URLs as bookmarks. The saved bookmarks can be synchronised with Google account. You can also access and edit the bookmarks using the web app. 扩展基本信息
| 名称 | |
| ID | nhmikhiiiehhokigianadabbcbdbanmp |
| 官方URL | https://chromewebstore.google.com/detail/sync-bookmarks/nhmikhiiiehhokigianadabbcbdbanmp |
| 简介 | Synchronise bookmarks |
| 文件大小 | 547 KB |
| 安装次数 | 93 |
| 当前版本 | 1.40 |
| 更新时间 | 2018-04-11 |
| 上架时间 | 2018-04-10 |
| 评分 | 2.00/5 共1次评分 |
| 开发者 | Richard Wong |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ricwtk.github.io/sync-bookmarks/ |
| 帮助页面URL | https://ricwtk.github.io/sync-bookmarks/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.40",
"name": "Sync Bookmarks",
"icons": {
"48": "icons\/icon.png",
"96": "icons\/icon.png"
},
"description": "Synchronise bookmarks",
"browser_action": {
"browser_style": true,
"default_icon": "icons\/icon.png",
"default_title": "Sync Bookmarks",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"identity",
"*:\/\/www.googleapis.com\/*",
"*:\/\/accounts.google.com\/*",
"*:\/\/apis.google.com\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAMb25Phbx6WVIm\/a+RIpMdYVMrzaCbL2N6q2MjLlobu031ior10xZGe3gTG6GG1wFDivLFJcuNkVoaqWyFz5xXpisFfbrgOhv3nvF+xo\/AnQGV97aDw0qBm\/NUv+QeL7LC4ABcpWD1GhTsINO630kkC6ePtnolp4p4nRWcVkYRuqBE8Irk7Q67sVutTZ34Goy0X9nhk\/AWQ8ikgFsvGvGIt5BiSWSiKizaktG+YRRAOSWS8ELwbPDCneFht0GXAJ\/gFpdeIuCCtVh5hJ4v2nm5QqGaTjYcMPyKmRNKB7Xt9+DkcTfP6wuvdEJ2e3N4LogthqEC0yMiVxWXQr9yoGwIDAQAB",
"oauth2": {
"client_id": "903494531768-18mrnp3b725foc9v8rt0bmdd5mqat6e4.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.appfolder",
"email"
]
}
} | |