Magic tabs
Extension which help you to manage tabs and easly recover them
什麼是Magic tabs?
Magic tabs是由Yorki開發的Chrome擴展程式,該擴展的主要功能是“Extension which help you to manage tabs and easly recover them”。
擴展截圖
下載Magic tabs擴展crx文件
下載Magic tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Magic tabs allow you to save tabs, label them and recover later!
擴展基本資訊
名稱 | |
ID | chliaibldakdhjaimgjpabheepadccfm |
官方網址 | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
簡介 | Extension which help you to manage tabs and easly recover them |
檔案大小 | 649 KB |
安裝次數 | 24 |
目前版本 | 1.0.1 |
更新時間 | 2015-12-16 |
上架時間 | 2015-12-16 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Yorki |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |