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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finally, Clippy comes to Chrome! Get help browsing the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clippy 2: Revenge of the Clip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}