Bookmark All
Bookmark all open page
Bookmark Allとは何ですか?
Bookmark Allはgfasinoによって開発されたChromeの拡張機能で、その主な機能は「Bookmark all open page」です。
拡張機能のスクリーンショット
Bookmark All拡張機能のCRXファイルをダウンロード
Bookmark All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will put in your bookmarks all your open tabs with just one click!
You will find the saved pages in the 'Other Bookmarks' folder, only not-bookmarked pages will be saved. 拡張機能の基本情報
| 名前 | |
| ID | kndnfenadgphkdbohkjodpmbejmglofp |
| 公式URL | https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp |
| 説明 | Bookmark all open page |
| ファイルサイズ | 10.61 KB |
| インストール数 | 35 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2016-08-24 |
| 公開日 | 2016-08-24 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | gfasino |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark All",
"description": "Bookmark all open page",
"version": "2.0",
"browser_action": {
"default_icon": "128.png",
"default_title": "Bookmark All"
},
"permissions": [
"activeTab",
"tabs",
"bookmarks"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"128": "128.png"
}
} | |