Tabs 2 Text
Copies addresses from your tabs to one place!
Was ist Tabs 2 Text?
Tabs 2 Text ist eine Chrome-Erweiterung, die von rkapadia entwickelt wurde, und ihr Hauptmerkmal ist "Copies addresses from your tabs to one place!".
Erweiterungsscreenshots
Tabs 2 Text-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabs 2 Text-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
Ever needed to copy URLs from several tabs? Now you can! This extension can copy the web addresses from all your tabs in a window, for easy sharing with your friends and family! It also allows for reopening several links into separate tabs.
Grundlegende Informationen zur Erweiterung
Name | Tabs 2 Text |
ID | ijennmbnpfcchnmhmmnoidafgaepdfkp |
Offizielle URL | https://chromewebstore.google.com/detail/tabs-2-text/ijennmbnpfcchnmhmmnoidafgaepdfkp |
Beschreibung | Copies addresses from your tabs to one place! |
Dateigröße | 25.5 KB |
Installationsanzahl | 274 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2014-01-09 |
Veröffentlichungsdatum | 2014-01-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | rkapadia |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs 2 Text", "short_name": "Tabs 2 Text", "description": "Copies addresses from your tabs to one place!", "version": "0.0.2", "icons": { "64": "icon.png", "128": "icon-128.png", "256": "Icon-256.png" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "icon.png", "main.html", "tabs.js" ], "browser_action": { "default_title": "Tabs 2 Text", "default_icon": "icon.png", "default_popup": "main.html" } } |