rURL
Copy the relative URL to clipboard.
Qu'est-ce que rURL ?
rURL est une extension Chrome développée par https://doeken.org, et sa fonction principale est "Copy the relative URL to clipboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension rURL
Téléchargez les fichiers d'extension rURL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | rURL |
ID | lgkbcnabknojommeiggfgjhjdljgdkbb |
URL Officiel | https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb |
Description | Copy the relative URL to clipboard. |
Taille du Fichier | 5.86 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-07 |
Date de Publication | 2014-01-07 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://doeken.org |
Type de Paiement | free |
Langues Prises en Charge | 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 } |