Save my Tabs
Save all tabs at once.
什麼是Save my Tabs?
Save my Tabs是由SG Web開發的Chrome擴展程式,該擴展的主要功能是“Save all tabs at once.”。
擴展截圖
下載Save my Tabs擴展crx文件
下載Save my Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Save my Tabs is an extension that with one click can save all open tabs in your browser. After the click, you have the option of: - Select the tab you want to save - Save to Favorites choosing the directory to be saved or creating a new directory. - Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc.. In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs." by SG Web and Monteverde.
擴展基本資訊
名稱 | Save my Tabs |
ID | djadfifncobffjpicnkiegahdiobpaap |
官方網址 | https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap |
簡介 | Save all tabs at once. |
檔案大小 | 25.46 KB |
安裝次數 | 26,913 |
目前版本 | 1.0.6 |
更新時間 | 2017-03-13 |
上架時間 | 2017-03-13 |
評分 | 4.03/5 共 86 次評分 |
開發者 | SG Web |
付費類型 | free |
擴展官網 | https://github.com/wsiqueira/savemytabs-chrome-ext/ |
說明頁面URL | https://github.com/wsiqueira/savemytabs-chrome-ext/wiki |
支援的語言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save my Tabs", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.6", "background": { "scripts": [ "js\/links.js" ] }, "permissions": [ "contextMenus", "bookmarks", "tabs" ], "browser_action": { "default_title": "Save my Tabs", "default_icon": "img\/icons\/icon48.png", "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |