Save All Tab URLs
Get the raw URLs of all your open tabs!
Was ist Save All Tab URLs?
Save All Tab URLs ist eine Chrome-Erweiterung, die von Erisa A entwickelt wurde, und ihr Hauptmerkmal ist "Get the raw URLs of all your open tabs!".
Erweiterungsscreenshots
Save All Tab URLs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save All Tab 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
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
Grundlegende Informationen zur Erweiterung
Name | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Offizielle URL | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Beschreibung | Get the raw URLs of all your open tabs! |
Dateigröße | 13.36 KB |
Installationsanzahl | 1,851 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2019-10-14 |
Veröffentlichungsdatum | 2019-10-13 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Erisa A |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://erisa.uk/privacy |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |