Tab Deduplicator
Displays the current number of open tabs, open windows or both
Vad är Tab Deduplicator?
Tab Deduplicator är en Chrome-tillägg utvecklad av Asafh, och dess huvudfunktion är "Displays the current number of open tabs, open windows or both".
Tilläggsskärmbilder
Ladda ner Tab Deduplicator-förlängningens CRX-fil
Ladda ner Tab Deduplicator-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
Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.
Grundläggande Information om Tillägg
Namn | |
ID | jbhemaokagepomiajppddbhfolpkfdfi |
Officiell webbadress | https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi |
Beskrivning | Displays the current number of open tabs, open windows or both |
Filstorlek | 4.6 KB |
Antal Installationer | 26 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-04-29 |
Publiceringsdatum | 2017-04-29 |
Utvecklare | Asafh |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/asafh/chrome-tab-dedup |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Deduplicator", "version": "1.1", "description": "Displays the current number of open tabs, open windows or both", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "incognito": "split", "page_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Duplicate Tab" }, "manifest_version": 2 } |