Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
什么是Copy-URL?
Copy-URL是由Wimiles开发的Chrome扩展程序,该扩展的主要功能是“Copy only the domain name. Developed by: Devin G. and William M.”。
扩展截图
下载Copy-URL扩展crx文件
下载Copy-URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy the Domain URL of the page you are on.
Places a button next to your address bar, allowing you to copy the Domain.
- This only copies the domain name (ie domain.com or www.domain.com)
- Removes extras (such as http:// and /index.html)
- Useful if you ping/dig/nslookup lots of domain names
Updates:
0.0.2: Added popup to show text copied successfully.
0.0.3: Decreased time popup lasts by request.
0.1.0: Reworked code to work on Mac and Linux.
0.1.2: Bug fix. 扩展基本信息
| 名称 | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| 官方URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| 简介 | Copy only the domain name. Developed by: Devin G. and William M. |
| 文件大小 | 3.68 KB |
| 安装次数 | 338 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2012-11-30 |
| 上架时间 | 2012-11-30 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Wimiles |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy-URL",
"description": "Copy only the domain name. Developed by: Devin G. and William M.",
"version": "0.1.2",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "code.html"
}
} | |