Tablist
copy and paste lists of open tabs
Wat is Tablist?
Tablist is een Chrome-extensie ontwikkeld door slymax, en de belangrijkste functie is "copy and paste lists of open tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tablist
Download Tablist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://github.com/slymax/tablist
Basisinformatie over de Extensie
Naam | |
ID | eagbohciligljbgpbdbflaloangiodhe |
Officiële URL | https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe |
Beschrijving | copy and paste lists of open tabs |
Bestandsgrootte | 84.65 KB |
Aantal Installaties | 1,930 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-06-02 |
Publicatiedatum | 2020-04-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | slymax |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://slymax.com |
Ondersteunde Talen | 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" } } |