Clippy

Clippy MS Word Office assistant is now back to assist inside your browser!

What is Clippy?

Clippy is a Chrome extension developed by https://kickass.website, and its main feature is "Clippy MS Word Office assistant is now back to assist inside your browser!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clippy Extension CRX File

Download Clippy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Clippy is back! 
Old MS Word Office assistant is now back once again! Inside old Word applications Clippy was not so useful but he always had great comment or two. This extension will provide clippy inside every website you visit. For some website Clippy will make a random comment based on the public repository file. Checkout extension website on info how to contribute!

The default assistant Clippy has been heavily mocked in popular culture, being parodied, appearing in memes, and even being made fun of by Microsoft themselves from 2001 onwards. NOW HE IS BACK ONCE MORE INSIDE YOUR BROWSER!

Clippy is back with little help of clippy.js (Smore Inc)                    

Extension Basic Information

Name Clippy Clippy
ID oaknkllfdceggjpbonhiegoaifjdkfjd
Official URL https://chromewebstore.google.com/detail/clippy/oaknkllfdceggjpbonhiegoaifjdkfjd
Description Clippy MS Word Office assistant is now back to assist inside your browser!
File Size 1.37 MB
Installation Count 2,545
Current Version 1.9.1
Last Updated 2019-08-30
Publish Date 2019-08-30
Rating 3.71/5 Total 35 Ratings
Developer https://kickass.website
Email [email protected]
Payment Type free
Extension Website https://clippy.kickass.website
Help Page URL https://github.com/capJavert/clippy/blob/master/README.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippy",
    "short_name": "Clippy Assistant",
    "description": "Clippy MS Word Office assistant is now back to assist inside your browser!",
    "version": "1.9.1",
    "author": "Ante Bari\u0107 (capJavert)",
    "icons": {
        "16": "assets\/img\/clippy-icon-16x16.png",
        "48": "assets\/img\/clippy-icon-48x48.png",
        "128": "assets\/img\/clippy-icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Clippy Assistant",
        "default_icon": {
            "16": "assets\/img\/clippy-icon-gray-48x48.png",
            "24": "assets\/img\/clippy-icon-gray-48x48.png",
            "32": "assets\/img\/clippy-icon-gray-48x48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/clippy.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/clippy.js",
                "assets\/js\/agent.js",
                "lib\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/web-storage-object.js",
            "lib\/state.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/img\/clippy.map.png"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/raw.githubusercontent.com\/capJavert\/clippy-dictionary\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/capjavert.github.com\/*",
            "https:\/\/antebaric.from.hr\/*",
            "http:\/\/antebaric.from.hr\/*",
            "https:\/\/kickass.website\/*",
            "https:\/\/clippy.kickass.website\/*",
            "https:\/\/clippy.capjavert.now.sh\/*"
        ]
    }
}