rURL
Copy the relative URL to clipboard.
什么是rURL?
rURL是由https://doeken.org开发的Chrome扩展程序,该扩展的主要功能是“Copy the relative URL to clipboard.”。
扩展截图
下载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 |
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 } |