Tabs
A simple, usable index of all your tabs.
Vad är Tabs?
Tabs är en Chrome-tillägg utvecklad av kenmoore, och dess huvudfunktion är "A simple, usable index of all your tabs.".
Tilläggsskärmbilder
Ladda ner Tabs-förlängningens CRX-fil
Ladda ner Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Don't let a ton of tabs slow you down. Press Alt+T to toggle a heads-up list of all your tabs.
Grundläggande Information om Tillägg
Namn | |
ID | cdbepibloojgbmnofbejfgglmdlifadj |
Officiell webbadress | https://chrome.google.com/webstore/detail/tabs/cdbepibloojgbmnofbejfgglmdlifadj |
Beskrivning | A simple, usable index of all your tabs. |
Filstorlek | 127 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.34 |
Senast Uppdaterad | 2019-05-14 |
Publiceringsdatum | 2019-05-14 |
Betyg | 4.67/5 Totalt 30 Betyg |
Utvecklare | kenmoore |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs", "description": "A simple, usable index of all your tabs.", "version": "0.34", "author": "Ken Moore", "browser_action": { "default_icon": { "19": "images\/browser-action-19.png", "38": "images\/browser-action-38.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs", "activeTab", "sessions", "storage" ], "web_accessible_resources": [ "css\/styles.css", "css\/cleanslate.css", "fonts\/*.woff2", "images\/*.svg", "images\/*.png" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } }, "list-tabs": { "suggested_key": { "default": "Shift+Alt+T" }, "description": "Show a list of all open tabs" } }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false } } |