Tab Knight
This extension gives you shortcut to so many browser options
Was ist Tab Knight?
Tab Knight ist eine Chrome-Erweiterung, die von Pavan Ebbadi entwickelt wurde, und ihr Hauptmerkmal ist "This extension gives you shortcut to so many browser options".
Erweiterungsscreenshots
Tab Knight-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Knight-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
This is an extension where you can find quick links to all your opened Tabs, history, bookmarks. U can also perform operations on them like navigating between the tabs, closing a tab, opening a history/bookmark on a new tab , deleting an history/bookmark. Also you can find settings bar on top of the pop to clear complete history,cache ,open incognito window etc. I initially developed this for myself to navigate between tabs as i open too many of them later added few more features and uploaded it here. So any suggestions ,feedback or if you find any bug please share it with me. If you have any queries or issues mail it to [email protected] Demo Link https://www.youtube.com/watch?v=tFmOSNc5QVE&feature=youtu.be Hope you find this plugin useful.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mabkhheaeaegggfmcdabmhfnppnmcbhk |
Offizielle URL | https://chrome.google.com/webstore/detail/tab-knight/mabkhheaeaegggfmcdabmhfnppnmcbhk |
Beschreibung | This extension gives you shortcut to so many browser options |
Dateigröße | 365 KB |
Installationsanzahl | 670 |
Aktuelle Version | 2.0.2 |
Letztes Update | 2015-02-17 |
Veröffentlichungsdatum | 2015-02-17 |
Bewertung | 4.80/5 Insgesamt 25 Bewertungen |
Entwickler | Pavan Ebbadi |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Knight", "description": "This extension gives you shortcut to so many browser options", "version": "2.0.2", "permissions": [ "management", "tabs", "debugger", "history", "bookmarks", "browsingData", "sessions", "contextMenus", "chrome:\/\/favicon\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "tab_knight_icon16x16.png" }, "browser_action": { "default_icon": "tab_knight_icon.png", "default_popup": "popup.html" } } |