rURL

Copy the relative URL to clipboard.

Vad är rURL?

rURL är en Chrome-tillägg utvecklad av https://doeken.org, och dess huvudfunktion är "Copy the relative URL to clipboard.".

Tilläggsskärmbilder

screenshot

Ladda ner rURL-förlängningens CRX-fil

Ladda ner rURL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn rURL rURL
ID lgkbcnabknojommeiggfgjhjdljgdkbb
Officiell webbadress https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb
Beskrivning Copy the relative URL to clipboard.
Filstorlek 5.86 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2014-01-07
Publiceringsdatum 2014-01-07
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare https://doeken.org
Betalningssätt free
Stödda Språk 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
}