Cute Face Clipboard

Copy cute, silly, weird ASCII emotes directly to your clipboard.

Cute Face Clipboard란 무엇입니까?

Cute Face Clipboard은(는) riftthecoyote에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy cute, silly, weird ASCII emotes directly to your clipboard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cute Face Clipboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later.                    

확장 프로그램 기본 정보

이름 Cute Face Clipboard Cute Face Clipboard
ID iddmabhekhhonkmomaklnflhhgbfnioe
공식 URL https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe
설명 Copy cute, silly, weird ASCII emotes directly to your clipboard.
파일 크기 134 KB
설치 횟수 3,496
현재 버전 1.0.0
최근 업데이트 2021-04-07
출시 날짜 2021-04-07
평점 5.00/5 총 1 개의 평점
개발자 riftthecoyote
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Face Clipboard",
    "version": "1.0.0",
    "description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
    "short_name": "Cute Face Clipboard",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": " ",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/resources\/icon16.png",
            "32": "src\/resources\/icon32.png",
            "48": "src\/resources\/icon48.png",
            "128": "src\/resources\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    }
}