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 } |