Clippy

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

Wat is Clippy?

Clippy is een Chrome-extensie ontwikkeld door https://kickass.website, en de belangrijkste functie is "Clippy MS Word Office assistant is now back to assist inside your browser!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clippy

Download Clippy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Clippy Clippy
ID oaknkllfdceggjpbonhiegoaifjdkfjd
Officiële URL https://chromewebstore.google.com/detail/clippy/oaknkllfdceggjpbonhiegoaifjdkfjd
Beschrijving Clippy MS Word Office assistant is now back to assist inside your browser!
Bestandsgrootte 1.37 MB
Aantal Installaties 2,545
Huidige Versie 1.9.1
Laatst Bijgewerkt 2019-08-30
Publicatiedatum 2019-08-30
Beoordeling 3.71/5 Totaal 35 Beoordelingen
Ontwikkelaar https://kickass.website
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clippy.kickass.website
Help Pagina-URL https://github.com/capJavert/clippy/blob/master/README.md
Ondersteunde Talen 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\/*"
        ]
    }
}