Taberang
Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
Wat is Taberang?
Taberang is een Chrome-extensie ontwikkeld door Nicky Hajal, en de belangrijkste functie is "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!".
Extensie Screenshots
Download het CRX-bestand van de extensie Taberang
Download Taberang-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
Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs! v 0.1 === - Tell a tab to re-open in minutes, hours or days v 0.3 === - Re-opened tabs can open in background or foreground - Desktop notification on re-open (or not!) v 0.4 === - Restore scroll position v 0.5 === - Improves support for multiple/closed windows
Basisinformatie over de Extensie
Naam | |
ID | poejodidiefeblggimfehoamcdcgpgba |
Officiële URL | https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba |
Beschrijving | Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs! |
Bestandsgrootte | 171 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.5.1 |
Laatst Bijgewerkt | 2014-01-05 |
Publicatiedatum | 2014-01-04 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Nicky Hajal |
Betalingswijze | free |
Extensiewebsite | http://nickyhajal.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Taberang", "version": "0.5.1", "manifest_version": 2, "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!", "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Taberang", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "tabs", "storage", "notifications", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |