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
公式URL 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
}