copy tab urls
copy tab url and titles.
Was ist copy tab urls?
copy tab urls ist eine Chrome-Erweiterung, die von msakamoto-sf entwickelt wurde, und ihr Hauptmerkmal ist "copy tab url and titles.".
Erweiterungsscreenshots
copy tab urls-Erweiterungs-CRX-Datei herunterladen
Laden Sie copy 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
Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template. Useful when create cited urls from opend tabs. Original source : https://github.com/msakamoto-sf/copy_tab_urls
Grundlegende Informationen zur Erweiterung
Name | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
Offizielle URL | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
Beschreibung | copy tab url and titles. |
Dateigröße | 44.28 KB |
Installationsanzahl | 256 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-02-28 |
Veröffentlichungsdatum | 2015-02-28 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | msakamoto-sf |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "copy tab urls", "version": "1.0", "description": "copy tab url and titles.", "browser_action": { "default_icon": "copy_tab_urls_128.png", "default_title": "copy all tab url and titles", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "tabs" ], "options_page": "options.html", "minimum_chrome_version": "22", "author": "msakamoto-sf |