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 |
| 官方網址 | 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"
}
} | |