Tablist
copy and paste lists of open tabs
Vad är Tablist?
Tablist är en Chrome-tillägg utvecklad av slymax, och dess huvudfunktion är "copy and paste lists of open tabs".
Tilläggsskärmbilder
Ladda ner Tablist-förlängningens CRX-fil
Ladda ner Tablist-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
https://github.com/slymax/tablist
Grundläggande Information om Tillägg
Namn | |
ID | eagbohciligljbgpbdbflaloangiodhe |
Officiell webbadress | https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe |
Beskrivning | copy and paste lists of open tabs |
Filstorlek | 84.65 KB |
Antal Installationer | 1,930 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2022-06-02 |
Publiceringsdatum | 2020-04-16 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | slymax |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://slymax.com |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tablist", "version": "1.0.4", "manifest_version": 3, "description": "copy and paste lists of open tabs", "permissions": [ "search", "tabs" ], "action": { "default_popup": "index.html" }, "icons": { "128": "icon.png" } } |