Tab url reader and opener
This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Was ist Tab url reader and opener?
Tab url reader and opener ist eine Chrome-Erweiterung, die von husypb entwickelt wurde, und ihr Hauptmerkmal ist "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".
Erweiterungsscreenshots
Tab url reader and opener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab url reader and opener-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
Grundlegende Informationen zur Erweiterung
Name | Tab url reader and opener |
ID | fodjpnjccjliapgmfjlcjnolcdolgemd |
Offizielle URL | https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd |
Beschreibung | This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click. |
Dateigröße | 144 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.7.0 |
Letztes Update | 2017-02-09 |
Veröffentlichungsdatum | 2017-02-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | husypb |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab url reader and opener", "version": "0.7.0", "manifest_version": 2, "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.", "browser_action": { "default_icon": "pugapps48.png", "default_popup": "popup.html" }, "icons": { "16": "pugapps16.png", "48": "pugapps48.png", "128": "pugapps128.png" }, "permissions": [ "tabs" ] } |