Tablist
copy and paste lists of open tabs
What is Tablist?
Tablist is a Chrome extension developed by slymax, and its main feature is "copy and paste lists of open tabs".
Extension Screenshots
Download Tablist Extension CRX File
Download Tablist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://github.com/slymax/tablist
Extension Basic Information
Name | |
ID | eagbohciligljbgpbdbflaloangiodhe |
Official URL | https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe |
Description | copy and paste lists of open tabs |
File Size | 84.65 KB |
Installation Count | 1,930 |
Current Version | 1.0.4 |
Last Updated | 2022-06-02 |
Publish Date | 2020-04-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | slymax |
[email protected] | |
Payment Type | free |
Extension Website | https://slymax.com |
Supported Languages | 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" } } |