Tab Exporter
Export your open tabs into HTML links for sharing or later use
Tab Exporterとは何ですか?
Tab Exporterはlonmによって開発されたChromeの拡張機能で、その主な機能は「Export your open tabs into HTML links for sharing or later use」です。
拡張機能のスクリーンショット
Tab Exporter拡張機能のCRXファイルをダウンロード
Tab Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export your tabs for use in other applications
拡張機能の基本情報
名前 | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
公式URL | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
説明 | Export your open tabs into HTML links for sharing or later use |
ファイルサイズ | 14.73 KB |
インストール数 | 183 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-10-04 |
公開日 | 2018-10-04 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | lonm |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/LonMcGregor/TabExporter |
ヘルプページのURL | https://github.com/LonMcGregor/TabExporter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "author": "L\u00e9on McGregor", "homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter", "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png" }, "default_title": "__MSG_name__", "default_popup": "panel.html" }, "permissions": [ "tabs", "storage" ] } |