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. 扩展基本信息
| 名称 | |
| ID | dckibfapbkkgkmipdkjbpdcopejindph |
| 官方URL | 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
} | |