copy tab urls
copy tab url and titles.
Vad är copy tab urls?
copy tab urls är en Chrome-tillägg utvecklad av msakamoto-sf, och dess huvudfunktion är "copy tab url and titles.".
Tilläggsskärmbilder
Ladda ner copy tab urls-förlängningens CRX-fil
Ladda ner copy tab urls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
Beskrivning | copy tab url and titles. |
Filstorlek | 44.28 KB |
Antal Installationer | 256 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-02-28 |
Publiceringsdatum | 2015-02-28 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | msakamoto-sf |
Betalningssätt | free |
Stödda Språk | 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 |