General Text Copier
Store stuff you frequently copy and paste.
General Text Copier란 무엇입니까?
General Text Copier은(는) Canary Design에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store stuff you frequently copy and paste."입니다.
확장 프로그램 스크린샷
General Text Copier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Useful for storing frequently used text information. ****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.**** This extension is currently in BETA, so I know there are some issues and it is a bit buggy.
확장 프로그램 기본 정보
이름 | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
공식 URL | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
설명 | Store stuff you frequently copy and paste. |
파일 크기 | 122 KB |
설치 횟수 | 70 |
현재 버전 | 1.21 |
최근 업데이트 | 2019-02-01 |
출시 날짜 | 2019-01-31 |
개발자 | Canary Design |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "General Text Copier", "description": "Store stuff you frequently copy and paste.", "version": "1.21", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |