Clippy 2: Revenge of the Clip

Finally, Clippy comes to Chrome! Get help browsing the web.

Clippy 2: Revenge of the Clip란 무엇입니까?

Clippy 2: Revenge of the Clip은(는) frausto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finally, Clippy comes to Chrome! Get help browsing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clippy 2: Revenge of the Clip 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever been browsing the web and thought to yourself: "This is too easy and completely not something I need help with... If only I had Clippy while browsing the web to try to help me!"

Neither have I. But here it is anyway.

* Does clippy do anything useful? No.

* Is he condescending for no reason? Yes.

* Is the plugin performant or optimized in any way? Of course not.

* Will it possibly crash your browser and cause things to break. Almost certainly.

Finally, Clippy for chrome!                    

확장 프로그램 기본 정보

이름 Clippy 2: Revenge of the Clip Clippy 2: Revenge of the Clip
ID ioideobcfemcedhabcggofbnbbmoahfn
공식 URL https://chrome.google.com/webstore/detail/clippy-2-revenge-of-the-c/ioideobcfemcedhabcggofbnbbmoahfn
설명 Finally, Clippy comes to Chrome! Get help browsing the web.
파일 크기 1.52 MB
설치 횟수 420
현재 버전 1.2
최근 업데이트 2014-06-04
출시 날짜 2014-06-04
평점 4.06/5 총 51 개의 평점
개발자 frausto
결제 유형 free
확장 프로그램 웹 사이트 http://www.fraustollc.com/blog/clippy_two/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clippy 2: Revenge of the Clip",
    "short_name": "Clippy",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Finally, Clippy comes to Chrome! Get help browsing the web.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "clippy-revenge.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "clippy.css"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "clippy.js",
                "sounds-mp3.js",
                "agent.js",
                "clippy-revenge-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "map.png"
    ]
}