Cowboy Copy
This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin
Cowboy Copy란 무엇입니까?
Cowboy Copy은(는) RyanFlowers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin"입니다.
확장 프로그램 스크린샷
Cowboy Copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Other Host Copy utility extensions copy the entire URL. But this works badly when you're trying to do DNS lookups and need the domain for other purposes. For that, Cowboy Copy is what you want! If you go to https://www.google.com and click on Cowboy Copy, it will copy just "google.com" to your clipboard. It's as simple as that!
확장 프로그램 기본 정보
이름 | Cowboy Copy |
ID | amlgaokecclcilbpmdghaiehlagjgcjl |
공식 URL | https://chromewebstore.google.com/detail/cowboy-copy/amlgaokecclcilbpmdghaiehlagjgcjl |
설명 | This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin |
파일 크기 | 17.25 KB |
설치 횟수 | 54 |
현재 버전 | 0.9 |
최근 업데이트 | 2021-12-14 |
출시 날짜 | 2021-12-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | RyanFlowers |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cowboy Copy", "short_name": "cowboycopy", "description": "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin", "version": "0.9", "browser_action": { "default_icon": "img\/icon16.png", "default_title": "Press the button to copy the hostname to the clipboard", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } } } |