Export Tabs
Export the URL of all opened tabs to text
Export Tabsとは何ですか?
Export Tabsはhttps://francotecnologia.comによって開発されたChromeの拡張機能で、その主な機能は「Export the URL of all opened tabs to text」です。
拡張機能のスクリーンショット
Export Tabs拡張機能のCRXファイルをダウンロード
Export Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PORTUGUESE Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo. Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'. ENGLISH This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). You can reopen by pasting the saved text into the text box. Comments, bug reports and suggestions will be appreciated! * The source code of this extension is based on Google Chrome Extension Examples.
拡張機能の基本情報
名前 | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
公式URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
説明 | Export the URL of all opened tabs to text |
ファイルサイズ | 15.57 KB |
インストール数 | 10,000 |
現在のバージョン | 1.2 |
最終更新日 | 2016-12-15 |
公開日 | 2016-12-15 |
評価 | 4.49/5 合計 67 レビュー |
開発者 | https://francotecnologia.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Tabs", "version": "1.2", "description": "Export the URL of all opened tabs to text", "icons": { "16": "tabs_io.png", "48": "tabs_io_48.png", "128": "tabs_io_128.png" }, "browser_action": { "default_icon": "tabs_io.png", "default_title": "Export Tabs", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "manifest_version": 2 } |