copy tab urls
copy tab url and titles.
Wat is copy tab urls?
copy tab urls is een Chrome-extensie ontwikkeld door msakamoto-sf, en de belangrijkste functie is "copy tab url and titles.".
Extensie Screenshots
Download het CRX-bestand van de extensie copy tab urls
Download copy tab urls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
Officiële URL | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
Beschrijving | copy tab url and titles. |
Bestandsgrootte | 44.28 KB |
Aantal Installaties | 256 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-02-28 |
Publicatiedatum | 2015-02-28 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | msakamoto-sf |
Betalingswijze | free |
Ondersteunde Talen | 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 |