Gibbon Tabs
Gibbon Tabs
Was ist Gibbon Tabs?
Gibbon Tabs ist eine Chrome-Erweiterung, die von macadev entwickelt wurde, und ihr Hauptmerkmal ist "Gibbon Tabs".
Erweiterungsscreenshots
Gibbon Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gibbon Tabs-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
Tired of searching for that one page among your dozens of open tabs? Suffer no longer! With Gibbon Tabs you will find tabs in the blink of an eye! For simple instructions on how to use Gibbon Tabs please visit our Github page (it's a lot prettier than this ugly Chrome store page): https://github.com/macadev/Gibbon-Tabs - Features: + Tab Management - Search and jump to tabs by title or URL, across all your windows. - Quickly delete tabs while being able to see their title and URL. - Keyboard shortcuts for navigation and tab deletion will make you very fast. + Save Tabs For Later - Tab Snapshots let you save all your open tabs so you can close them and open them later. - Snapshots are synchronized across all your devices running Chrome and Gibbon Tabs! - Take a snapshot of... - The internal sites you open at work every morning! - All the websites you use to procrastinate. Waste lots of time more effectively! [IMPORTANT] For best use of this extension It's really important that you assign it a keyboard shortcut so you can access it quickly. Our Github page has instructions on how to do this: https://github.com/macadev/Gibbon-Tabs Thanks for checking this out!
Grundlegende Informationen zur Erweiterung
Name | Gibbon Tabs |
ID | bmkakdcikgcicahfkmcehpbhidhccfld |
Offizielle URL | https://chromewebstore.google.com/detail/gibbon-tabs/bmkakdcikgcicahfkmcehpbhidhccfld |
Beschreibung | Gibbon Tabs |
Dateigröße | 581 KB |
Installationsanzahl | 270 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2020-07-27 |
Veröffentlichungsdatum | 2018-07-10 |
Bewertung | 5.00/5 Insgesamt 14 Bewertungen |
Entwickler | macadev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/macadev/Gibbon-Tabs |
Hilfeseite URL | https://github.com/macadev/Gibbon-Tabs |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gibbon Tabs", "author": "Daniel Macario", "version": "2.0.0", "description": "Gibbon Tabs", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |