Export Tabs URLs
Save a list of all open tabs into a text file.
Was ist Export Tabs URLs?
Export Tabs URLs ist eine Chrome-Erweiterung, die von skend entwickelt wurde, und ihr Hauptmerkmal ist "Save a list of all open tabs into a text file.".
Erweiterungsscreenshots
Export Tabs URLs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Export Tabs URLs-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
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Grundlegende Informationen zur Erweiterung
Name | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
Offizielle URL | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Beschreibung | Save a list of all open tabs into a text file. |
Dateigröße | 65.67 KB |
Installationsanzahl | 3,602 |
Aktuelle Version | 0.2.13 |
Letztes Update | 2021-09-25 |
Veröffentlichungsdatum | 2021-09-25 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | skend |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/skend/export-tabs-urls |
Hilfeseite URL | https://github.com/skend/export-tabs-urls |
Unterstützte Sprachen | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |