TabulaTabs!
Access your Browser tabs from everywhere
What is TabulaTabs!?
TabulaTabs! is a Chrome extension developed by https://tabulatabs.com, and its main feature is "Access your Browser tabs from everywhere".
Extension Screenshots
Download TabulaTabs! Extension CRX File
Download TabulaTabs! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
TabulaTabs allows you to access all your open browser tabs from your iPhone.
Extension Basic Information
Name | TabulaTabs! |
ID | dckibfapbkkgkmipdkjbpdcopejindph |
Official URL | https://chromewebstore.google.com/detail/tabulatabs/dckibfapbkkgkmipdkjbpdcopejindph |
Description | Access your Browser tabs from everywhere |
File Size | 247 KB |
Installation Count | 29 |
Current Version | 40 |
Last Updated | 2012-07-13 |
Publish Date | 2012-07-13 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://tabulatabs.com |
Payment Type | free |
Extension Website | http://tabulatabs.com/ |
Supported Languages | 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 } |