Bookmark All My Tabs
Bookmark all tabs open in the current window.
Bookmark All My Tabsとは何ですか?
Bookmark All My TabsはDan Caprineによって開発されたChromeの拡張機能で、その主な機能は「Bookmark all tabs open in the current window.」です。
拡張機能のスクリーンショット
Bookmark All My Tabs拡張機能のCRXファイルをダウンロード
Bookmark All My Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window. This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.
拡張機能の基本情報
名前 | Bookmark All My Tabs |
ID | denfaogdclkkmeogbnfmiohpkcogamdn |
公式URL | https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn |
説明 | Bookmark all tabs open in the current window. |
ファイルサイズ | 15.94 KB |
インストール数 | 608 |
現在のバージョン | 1.0 |
最終更新日 | 2014-04-30 |
公開日 | 2014-04-30 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | Dan Caprine |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All My Tabs", "description": "Bookmark all tabs open in the current window.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "bookmarks", "tabs" ], "background": { "scripts": [ "bookmarkAllMyTabs.js" ] }, "browser_action": { "default_title": "Bookmark All My Tabs", "default_icon": "icon_48.png" } } |