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 |
官方網址 | 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 } |