Export Tabs
Export the URL of all opened tabs to text
Was ist Export Tabs?
Export Tabs ist eine Chrome-Erweiterung, die von https://francotecnologia.com entwickelt wurde, und ihr Hauptmerkmal ist "Export the URL of all opened tabs to text".
Erweiterungsscreenshots
Export Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Export Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | odafagokkafdbbeojliiojjmimakacil |
| Offizielle URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
| Beschreibung | Export the URL of all opened tabs to text |
| Dateigröße | 15.57 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2016-12-15 |
| Veröffentlichungsdatum | 2016-12-15 |
| Bewertung | 4.49/5 Insgesamt 67 Bewertungen |
| Entwickler | https://francotecnologia.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |