Tab Archiver
This extension archives tabs!
什麼是Tab Archiver?
Tab Archiver是由Serdar Kuzucu開發的Chrome擴展程式,該擴展的主要功能是“This extension archives tabs!”。
擴展截圖
下載Tab Archiver擴展crx文件
下載Tab Archiver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!
擴展基本資訊
名稱 | Tab Archiver |
ID | ofnhceaedgdmdceeokcadkkndfpclepb |
官方網址 | https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb |
簡介 | This extension archives tabs! |
檔案大小 | 90.24 KB |
安裝次數 | 406 |
目前版本 | 1.1 |
更新時間 | 2015-01-07 |
上架時間 | 2015-01-07 |
評分 | 4.31/5 共 13 次評分 |
開發者 | Serdar Kuzucu |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Archiver", "short_name": "Tab Archiver", "description": "This extension archives tabs!", "version": "1.1", "author": "Serdar Kuzucu", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "img\/logo_16.png", "default_popup": "popup.html", "default_title": "Tab Archiver" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |