Copy-Mail Urls
Copy or Mail all opened URLs
Copy-Mail Urls란 무엇입니까?
Copy-Mail Urls은(는) thomas6188에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy or Mail all opened URLs"입니다.
확장 프로그램 스크린샷
Copy-Mail Urls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using this extension, a user can copy all the open tab URLs to Clipboard with single click. User can also mail these URLs by clicking on 'Send as Email' option. Note: When sending as email, a new tab will be opened alongside. User should close this tab before using this option. If not done, then the mail will consist of this new tab details.
확장 프로그램 기본 정보
이름 | Copy-Mail Urls |
ID | dplccakdfegiajmilmhdihcgbembimhp |
공식 URL | https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp |
설명 | Copy or Mail all opened URLs |
파일 크기 | 117 KB |
설치 횟수 | 107 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-12-20 |
출시 날짜 | 2013-12-19 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | thomas6188 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-Mail Urls", "description": "Copy or Mail all opened URLs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |