Bookmarks to JSON
Bookmarks to JSON
什么是Bookmarks to JSON?
Bookmarks to JSON是由Blue Nest Digital Apps开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks to JSON”。
扩展截图
下载Bookmarks to JSON扩展crx文件
下载Bookmarks to JSON扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Export your bookmarks, or a subset of your bookmarks, by choosing a parent folder. The JSON is output to the page for easy copy/pasting.
Use from the 'options' menu by right clicking the extension icon.
Credits:
App made by Bryan Mayor
Icon made by http://www.flaticon.com/authors/madebyoliver from www.flaticon.com 扩展基本信息
| 名称 | |
| ID | ladccghgadelmlkjfkdjhjlinhogaibi |
| 官方URL | https://chromewebstore.google.com/detail/bookmarks-to-json/ladccghgadelmlkjfkdjhjlinhogaibi |
| 简介 | Bookmarks to JSON |
| 文件大小 | 8.39 KB |
| 安装次数 | 502 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-10-08 |
| 上架时间 | 2016-10-07 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Blue Nest Digital Apps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarks to JSON",
"version": "1.1",
"description": "Bookmarks to JSON",
"icons": {
"16": "icons\/agenda16.png",
"32": "icons\/agenda32.png",
"64": "icons\/agenda64.png",
"128": "icons\/agenda128.png"
},
"background": {
"scripts": []
},
"permissions": [
"bookmarks"
],
"options_page": "options.html",
"manifest_version": 2
} | |