Copy URL+
Copy a short URL, title, and selected text in any format you want.
Copy URL+란 무엇입니까?
Copy URL+은(는) Naoto Yokoyama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy a short URL, title, and selected text in any format you want."입니다.
확장 프로그램 스크린샷
Copy URL+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
확장 프로그램 기본 정보
이름 | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
공식 URL | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
설명 | Copy a short URL, title, and selected text in any format you want. |
파일 크기 | 35.59 KB |
설치 횟수 | 3,796 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-08-06 |
출시 날짜 | 2020-08-06 |
평점 | 3.93/5 총 45 개의 평점 |
개발자 | Naoto Yokoyama |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |