Tab Exporter
Export your open tabs into HTML links for sharing or later use
What is Tab Exporter?
Tab Exporter is a Chrome extension developed by lonm, and its main feature is "Export your open tabs into HTML links for sharing or later use".
Extension Screenshots
Download Tab Exporter Extension CRX File
Download Tab Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Export your tabs for use in other applications
Extension Basic Information
Name | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
Official URL | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
Description | Export your open tabs into HTML links for sharing or later use |
File Size | 14.73 KB |
Installation Count | 183 |
Current Version | 1.0.1 |
Last Updated | 2018-10-04 |
Publish Date | 2018-10-04 |
Rating | 2.00/5 Total 1 Ratings |
Developer | lonm |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/LonMcGregor/TabExporter |
Help Page URL | https://github.com/LonMcGregor/TabExporter |
Supported Languages | 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" ] } |