Export Tabs
Export the URL of all opened tabs to text
Hvad er Export Tabs?
Export Tabs er en Chrome-udvidelse udviklet af https://francotecnologia.com, og dens hovedfunktion er "Export the URL of all opened tabs to text".
Udvidelsesskærmbilleder
Download Export Tabs-udvidelses-CRX-fil
Download Export Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | odafagokkafdbbeojliiojjmimakacil |
| Officiel URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
| Beskrivelse | Export the URL of all opened tabs to text |
| Filstørrelse | 15.57 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2016-12-15 |
| Udgivelsesdato | 2016-12-15 |
| Bedømmelse | 4.49/5 Samlet 67 Bedømmelser |
| Udvikler | https://francotecnologia.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |