Clippy the Paperclip Assistant

Adds Clippy to every webpage you visit.

Clippy the Paperclip Assistant란 무엇입니까?

Clippy the Paperclip Assistant은(는) Drake Panzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Clippy to every webpage you visit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clippy the Paperclip Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds Microsoft's Clippy virtual assistant to every webpage.

He has animations. He helps you with nothing (not that he ever did). He just chills on your screen.                    

확장 프로그램 기본 정보

이름 Clippy the Paperclip Assistant Clippy the Paperclip Assistant
ID fmbcdhjmhddnnpeomknikdbboejbhdcl
공식 URL https://chromewebstore.google.com/detail/clippy-the-paperclip-assi/fmbcdhjmhddnnpeomknikdbboejbhdcl
설명 Adds Clippy to every webpage you visit.
파일 크기 85.19 KB
설치 횟수 1,499
현재 버전 1.6
최근 업데이트 2019-05-27
출시 날짜 2019-05-26
평점 3.62/5 총 55 개의 평점
개발자 Drake Panzer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://dpanzer.net
개인정보 보호 정책 페이지 URL https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippy the Paperclip Assistant",
    "short_name": "Clippy",
    "description": "Adds Clippy to every webpage you visit.",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Clippy the paperclip"
    },
    "content_scripts": [
        {
            "js": [
                "content.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}