rURL

Copy the relative URL to clipboard.

¿Qué es rURL?

rURL es una extensión de Chrome desarrollada por https://doeken.org, y su función principal es "Copy the relative URL to clipboard.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión rURL

Descarga archivos de extensión rURL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre rURL rURL
ID lgkbcnabknojommeiggfgjhjdljgdkbb
URL Oficial https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb
Descripción Copy the relative URL to clipboard.
Tamaño del Archivo 5.86 KB
Cantidad de Instalaciones 36
Versión Actual 1.0
Última Actualización 2014-01-07
Fecha de Publicación 2014-01-07
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador https://doeken.org
Tipo de Pago free
Idiomas Soportados 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
}