Get Bookmarks
Crx to backup bookmarks when you can't sync with Google Account.
什么是Get Bookmarks?
Get Bookmarks是由Vasu Jain开发的Chrome扩展程序,该扩展的主要功能是“Crx to backup bookmarks when you can't sync with Google Account.”。
下载Get Bookmarks扩展crx文件
下载Get Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ? Export your Bookmarks on a single click in JSON/HTML format.
扩展基本信息
名称 | |
ID | ffhnbbecccapfhkcfnhcnjacbgahfdng |
官方URL | https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng |
简介 | Crx to backup bookmarks when you can't sync with Google Account. |
文件大小 | 38.83 KB |
安装次数 | 32 |
当前版本 | 0.5.9 |
更新时间 | 2015-03-23 |
上架时间 | 2015-03-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Vasu Jain |
付费类型 | free |
扩展官网 | http://www.brk.im |
帮助页面URL | http://www.brk.im |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Bookmarks", "description": "Crx to backup bookmarks when you can't sync with Google Account.", "version": "0.5.9", "browser_action": { "default_icon": "resources\/bookmark_red_24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "icons": { "16": "resources\/bookmark_red_16.png", "24": "resources\/bookmark_red_24.png", "32": "resources\/bookmark_red_32.png", "48": "resources\/bookmark_red_48.png", "128": "resources\/bookmark_red_128.png", "256": "resources\/bookmark_red_256.png" } } |