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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Copy-URL |
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" } } |