Export Tabs
Export the URL of all opened tabs to text
Wat is Export Tabs?
Export Tabs is een Chrome-extensie ontwikkeld door https://francotecnologia.com, en de belangrijkste functie is "Export the URL of all opened tabs to text".
Extensie Screenshots
Download het CRX-bestand van de extensie Export Tabs
Download Export Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
Officiële URL | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
Beschrijving | Export the URL of all opened tabs to text |
Bestandsgrootte | 15.57 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-12-15 |
Publicatiedatum | 2016-12-15 |
Beoordeling | 4.49/5 Totaal 67 Beoordelingen |
Ontwikkelaar | https://francotecnologia.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |