rURL

Copy the relative URL to clipboard.

什麼是rURL?

rURL是由https://doeken.org開發的Chrome擴展程式,該擴展的主要功能是“Copy the relative URL to clipboard.”。

擴展截圖

screenshot

下載rURL擴展crx文件

下載rURL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 rURL rURL
ID lgkbcnabknojommeiggfgjhjdljgdkbb
官方網址 https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb
簡介 Copy the relative URL to clipboard.
檔案大小 5.86 KB
安裝次數 36
目前版本 1.0
更新時間 2014-01-07
上架時間 2014-01-07
評分 4.20/5 共 5 次評分
開發者 https://doeken.org
付費類型 free
支援的語言 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
}