Tablist
copy and paste lists of open tabs
Tablistとは何ですか?
Tablistはslymaxによって開発されたChromeの拡張機能で、その主な機能は「copy and paste lists of open tabs」です。
拡張機能のスクリーンショット
Tablist拡張機能のCRXファイルをダウンロード
Tablist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
https://github.com/slymax/tablist
拡張機能の基本情報
名前 | |
ID | eagbohciligljbgpbdbflaloangiodhe |
公式URL | https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe |
説明 | copy and paste lists of open tabs |
ファイルサイズ | 84.65 KB |
インストール数 | 1,930 |
現在のバージョン | 1.0.4 |
最終更新日 | 2022-06-02 |
公開日 | 2020-04-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | slymax |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://slymax.com |
対応言語 | 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" } } |