Simple URL Copy
Helps to copy url with various formats
Was ist Simple URL Copy?
Simple URL Copy ist eine Chrome-Erweiterung, die von ikeda.yutaro entwickelt wurde, und ihr Hauptmerkmal ist "Helps to copy url with various formats".
Erweiterungsscreenshots
Simple URL Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple URL Copy-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
This extension helps you to copy tab's title and URL easily. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cefkgjbbpagcilodnhboolbppdjlplip |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip |
| Beschreibung | Helps to copy url with various formats |
| Dateigröße | 11.08 KB |
| Installationsanzahl | 11,100 |
| Aktuelle Version | 1.0.0.3 |
| Letztes Update | 2020-07-05 |
| Veröffentlichungsdatum | 2020-07-04 |
| Bewertung | 3.46/5 Insgesamt 13 Bewertungen |
| Entwickler | ikeda.yutaro |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ikedaosushi/simple-url-copy |
| Unterstützte Sprachen | 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"
} | |