Overtab
Visual chrome tab manager that respects your context.
Was ist Overtab?
Overtab ist eine Chrome-Erweiterung, die von overtab entwickelt wurde, und ihr Hauptmerkmal ist "Visual chrome tab manager that respects your context.".
Erweiterungsscreenshots
Overtab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Overtab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Overtab helps you find your tabs when you've lost track of them.
Features include:
-Screenshots of your tabs.
-Close tabs from the overtab screen.
-Domains are color coded into the overtab screen tab box's border.
-Omni-complete searchbox.
-**Tab-opened tracking arrows** ==>> shows you how you got to a tab when you open new links.
**********************************
************ HOT KEY ************
>>To get to overtab from anywhere in chrome:
⌘ (or) CTRL + SHIFT + a
**********************************
********************************** Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leceanmnoanolhdkonbapdkplgikipon |
| Offizielle URL | https://chromewebstore.google.com/detail/overtab/leceanmnoanolhdkonbapdkplgikipon |
| Beschreibung | Visual chrome tab manager that respects your context. |
| Dateigröße | 641 KB |
| Installationsanzahl | 557 |
| Aktuelle Version | 0.8.24 |
| Letztes Update | 2016-02-17 |
| Veröffentlichungsdatum | 2016-02-17 |
| Bewertung | 4.00/5 Insgesamt 9 Bewertungen |
| Entwickler | overtab |
| Zahlungsart | free |
| Erweiterungswebsite | http://awongh.github.io/overtab/ |
| Hilfeseite URL | http://awongh.github.io/overtab/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Overtab",
"description": "Visual chrome tab manager that respects your context.",
"version": "0.8.24",
"default_locale": "en",
"icons": {
"19": "images\/overtab-compact-logo-19.png",
"32": "images\/overtab-logo-32.png",
"38": "images\/overtab-compact-logo-38.png",
"48": "images\/overtab-logo-48.png",
"128": "images\/overtab-logo-128.png"
},
"browser_action": {
"default_title": "tabs",
"default_icon": {
"19": "images\/overtab-compact-logo-19.png",
"38": "images\/overtab-logo-38.png"
}
},
"background": {
"persistent": false,
"scripts": [
"scripts\/background.js"
]
},
"homepage_url": "http:\/\/awongh.github.io\/overtab",
"minimum_chrome_version": "25.0",
"commands": {
"open-overtab": {
"suggested_key": {
"default": "Ctrl+Shift+A"
},
"description": "Open overTab."
}
},
"options_page": "options.html",
"permissions": [
"background",
"tabs",
"storage",
"unlimitedStorage",
"system.memory",
"history",
" | |