Simple URL Copy
Helps to copy url with various formats
Hvad er Simple URL Copy?
Simple URL Copy er en Chrome-udvidelse udviklet af ikeda.yutaro, og dens hovedfunktion er "Helps to copy url with various formats".
Udvidelsesskærmbilleder
Download Simple URL Copy-udvidelses-CRX-fil
Download Simple URL Copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension helps you to copy tab's title and URL easily.
Grundlæggende oplysninger om udvidelsen
Navn | Simple URL Copy |
ID | cefkgjbbpagcilodnhboolbppdjlplip |
Officiel URL | https://chromewebstore.google.com/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip |
Beskrivelse | Helps to copy url with various formats |
Filstørrelse | 11.08 KB |
Antal Installationer | 11,100 |
Nuværende Version | 1.0.0.3 |
Senest Opdateret | 2020-07-05 |
Udgivelsesdato | 2020-07-04 |
Bedømmelse | 3.46/5 Samlet 13 Bedømmelser |
Udvikler | ikeda.yutaro |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ikedaosushi/simple-url-copy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple URL Copy", "description": "Helps to copy url with various formats", "author": "@ikedaosushi", "version": "1.0.0.3", "manifest_version": 2, "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "Opens popup.html" } }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io; object-src 'self'", "devtools_page": "popup.html" } |