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 |
| 官方網址 | 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
} | |