Tabbie
The missing tab manager for Chrome
Wat is Tabbie?
Tabbie is een Chrome-extensie ontwikkeld door hharnisc, en de belangrijkste functie is "The missing tab manager for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabbie
Download Tabbie-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
The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.
Basisinformatie over de Extensie
Naam | Tabbie |
ID | aingjdeimmekeknhjcbnigfbfbboffeo |
Officiële URL | https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo |
Beschrijving | The missing tab manager for Chrome |
Bestandsgrootte | 106 KB |
Aantal Installaties | 3,107 |
Huidige Versie | 0.4.1 |
Laatst Bijgewerkt | 2017-03-19 |
Publicatiedatum | 2017-03-19 |
Beoordeling | 3.62/5 Totaal 29 Beoordelingen |
Ontwikkelaar | hharnisc |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbie", "short_name": "Tabbie", "description": "The missing tab manager for Chrome", "version": "0.4.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |