Bookmark All
Bookmark all tabs to a temp folder.
什麼是Bookmark All?
Bookmark All是由jchuai開發的Chrome擴展程式,該擴展的主要功能是“Bookmark all tabs to a temp folder.”。
擴展截圖
下載Bookmark All擴展crx文件
下載Bookmark All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data.
Version 1.1:
Add new feature to allow user enter the folder name.
If no name provided, the tabs would save into one folder named with current date. 擴展基本資訊
| 名稱 | |
| ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
| 官方網址 | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
| 簡介 | Bookmark all tabs to a temp folder. |
| 檔案大小 | 316 KB |
| 安裝次數 | 158 |
| 目前版本 | 1.1 |
| 更新時間 | 2015-07-29 |
| 上架時間 | 2015-07-28 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | jchuai |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark All",
"version": "1.1",
"description": "Bookmark all tabs to a temp folder.",
"icons": {
"16": "bookmark48.png",
"48": "bookmark48.png",
"128": "bookmark128.png"
},
"browser_action": {
"default_title": "Bookmark All Tabs",
"default_popup": "popup.html"
},
"permissions": [
"bookmarks",
"tabs"
]
} | |