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.
拡張機能の基本情報
名前 | Bookmark All |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
公式URL | 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" ] } |