TabulaTabs!
Access your Browser tabs from everywhere
什麼是TabulaTabs!?
TabulaTabs!是由https://tabulatabs.com開發的Chrome擴展程式,該擴展的主要功能是“Access your Browser tabs from everywhere”。
擴展截圖
下載TabulaTabs!擴展crx文件
下載TabulaTabs!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
TabulaTabs allows you to access all your open browser tabs from your iPhone.
擴展基本資訊
名稱 | TabulaTabs! |
ID | dckibfapbkkgkmipdkjbpdcopejindph |
官方網址 | https://chromewebstore.google.com/detail/tabulatabs/dckibfapbkkgkmipdkjbpdcopejindph |
簡介 | Access your Browser tabs from everywhere |
檔案大小 | 247 KB |
安裝次數 | 29 |
目前版本 | 40 |
更新時間 | 2012-07-13 |
上架時間 | 2012-07-13 |
評分 | 3.00/5 共 1 次評分 |
開發者 | https://tabulatabs.com |
付費類型 | free |
擴展官網 | http://tabulatabs.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/tabulatabs.heroku.com\/", "http:\/\/tabulatabs.heroku.com\/", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "40", "background": { "page": "global.html" }, "name": "TabulaTabs!", "icons": { "128": "icon-128.png", "16": "img\/favicon.png", "48": "icon-48.png" }, "description": "Access your Browser tabs from everywhere", "browser_action": { "default_popup": "sync-popover.html", "default_icon": "img\/toolbar-icon-chrome.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/content-script.js" ] } ], "manifest_version": 2 } |