Vertabs
Vertical tabs.
Wat is Vertabs?
Vertabs is een Chrome-extensie ontwikkeld door Anton Niklasson, en de belangrijkste functie is "Vertical tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vertabs
Download Vertabs-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
Vertabs is a Chrome Extension made for tab junkies. Vertabs gives you a scrollable vertical list of all your open tabs. Use Chrome in fullscreen, and view your tabs and their titles in Vertabs! Please report any bugs or issues here: github.com/AntonNiklasson/Vertabs/issues Contact me at: http://www.twitter.com/AntonNiklasson
Basisinformatie over de Extensie
Naam | Vertabs |
ID | ohogedbookenkamipehdjkeilonagpcp |
Officiële URL | https://chromewebstore.google.com/detail/vertabs/ohogedbookenkamipehdjkeilonagpcp |
Beschrijving | Vertical tabs. |
Bestandsgrootte | 428 KB |
Aantal Installaties | 378 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2013-03-17 |
Publicatiedatum | 2013-03-17 |
Beoordeling | 3.03/5 Totaal 37 Beoordelingen |
Ontwikkelaar | Anton Niklasson |
Betalingswijze | free |
Help Pagina-URL | http://www.twitter.com/AntonNiklasson |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vertabs", "version": "1.3.1", "description": "Vertical tabs.", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "imgs\/icon_inactive.png", "default_title": "Toggle Vertabs" }, "web_accessible_resources": [ "imgs\/close.png" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.min.js", "vertabs-injector.js" ], "css": [ "vertabs.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", " |