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 |
官方網址 | 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 |
電子郵箱 | [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" } } |