Bookmark All
Extends chrome's bookmark all tabs feature across all open windows.
什麼是Bookmark All?
Bookmark All是由Andrew Sutherland開發的Chrome擴展程式,該擴展的主要功能是“Extends chrome's bookmark all tabs feature across all open windows.”。
擴展截圖
下載Bookmark All擴展crx文件
下載Bookmark All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Super simple extension. Extends chrome's 'Bookmark all Tabs' feature across all open windows. Click the icon, choose your folder (ISO 8601 Short by default) and every tab in every window is bookmarked into the new folder under 'Other Bookmarks'. That's it! This extension is open sourced on github, see Details > Website.
擴展基本資訊
名稱 | Bookmark All |
ID | jjhpikpjjhlcmifagompgmhkjalhjopj |
官方網址 | https://chromewebstore.google.com/detail/bookmark-all/jjhpikpjjhlcmifagompgmhkjalhjopj |
簡介 | Extends chrome's bookmark all tabs feature across all open windows. |
檔案大小 | 67 KB |
安裝次數 | 3,483 |
目前版本 | 4 |
更新時間 | 2013-08-26 |
上架時間 | 2013-08-26 |
評分 | 4.18/5 共 34 次評分 |
開發者 | Andrew Sutherland |
付費類型 | free |
擴展官網 | https://github.com/drewis/chrome_extension_bookmark_all |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "4", "name": "Bookmark All", "author": "Andrew Sutherland", "description": "Extends chrome's bookmark all tabs feature across all open windows.", "permissions": [ "bookmarks", "tabs" ], "icons": { "128": "star_icons_128.png", "48": "star_icons_48.png" }, "browser_action": { "default_icon": { "19": "star_icons_19.png", "38": "star_icons_38.png" }, "default_popup": "popup.html", "default_title": "Bookmark All" }, "background": { "scripts": [ "background.js" ] } } |