Export Tabs
Export the URL of all opened tabs to text
Vad är Export Tabs?
Export Tabs är en Chrome-tillägg utvecklad av https://francotecnologia.com, och dess huvudfunktion är "Export the URL of all opened tabs to text".
Tilläggsskärmbilder
Ladda ner Export Tabs-förlängningens CRX-fil
Ladda ner Export Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | odafagokkafdbbeojliiojjmimakacil |
| Officiell webbadress | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
| Beskrivning | Export the URL of all opened tabs to text |
| Filstorlek | 15.57 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-12-15 |
| Publiceringsdatum | 2016-12-15 |
| Betyg | 4.49/5 Totalt 67 Betyg |
| Utvecklare | https://francotecnologia.com |
| Betalningssätt | free |
| Stödda Språk | 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
} | |