rURL
Copy the relative URL to clipboard.
Was ist rURL?
rURL ist eine Chrome-Erweiterung, die von https://doeken.org entwickelt wurde, und ihr Hauptmerkmal ist "Copy the relative URL to clipboard.".
Erweiterungsscreenshots
rURL-Erweiterungs-CRX-Datei herunterladen
Laden Sie rURL-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
Making content updates on a website can be a real pain when you are working with links. You want to use relative links, but it can be annoying to have to select that part, copy it, and then paste it in your editor / CMS. Install this extension, go to a page and click the button. The relative part of the url has been copied to your clipboard and you can paste it directly in your editor / CMS. No more hassle of precisely selecting. Point, click, paste. It's that easy.
Grundlegende Informationen zur Erweiterung
Name | rURL |
ID | lgkbcnabknojommeiggfgjhjdljgdkbb |
Offizielle URL | https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb |
Beschreibung | Copy the relative URL to clipboard. |
Dateigröße | 5.86 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-07 |
Veröffentlichungsdatum | 2014-01-07 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | https://doeken.org |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rURL", "description": "Copy the relative URL to clipboard.", "version": "1.0", "background": { "page": "background.html" }, "icons": { "48": "rUrl_48px.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Copy relative URL" }, "permissions": [ "tabs", "clipboardWrite" ], "homepage_url": "http:\/\/doeken.org", "offline_enabled": true } |