TabulaTabs!
Access your Browser tabs from everywhere
Wat is TabulaTabs!?
TabulaTabs! is een Chrome-extensie ontwikkeld door https://tabulatabs.com, en de belangrijkste functie is "Access your Browser tabs from everywhere".
Extensie Screenshots
Download het CRX-bestand van de extensie TabulaTabs!
Download TabulaTabs!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TabulaTabs allows you to access all your open browser tabs from your iPhone.
Basisinformatie over de Extensie
Naam | TabulaTabs! |
ID | dckibfapbkkgkmipdkjbpdcopejindph |
Officiële URL | https://chromewebstore.google.com/detail/tabulatabs/dckibfapbkkgkmipdkjbpdcopejindph |
Beschrijving | Access your Browser tabs from everywhere |
Bestandsgrootte | 247 KB |
Aantal Installaties | 29 |
Huidige Versie | 40 |
Laatst Bijgewerkt | 2012-07-13 |
Publicatiedatum | 2012-07-13 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://tabulatabs.com |
Betalingswijze | free |
Extensiewebsite | http://tabulatabs.com/ |
Ondersteunde Talen | 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 } |