Clippy the Paperclip Assistant

Adds Clippy to every webpage you visit.

Wat is Clippy the Paperclip Assistant?

Clippy the Paperclip Assistant is een Chrome-extensie ontwikkeld door Drake Panzer, en de belangrijkste functie is "Adds Clippy to every webpage you visit.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clippy the Paperclip Assistant

Download Clippy the Paperclip Assistant-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

                        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.                    

Basisinformatie over de Extensie

Naam Clippy the Paperclip Assistant Clippy the Paperclip Assistant
ID fmbcdhjmhddnnpeomknikdbboejbhdcl
Officiële URL https://chromewebstore.google.com/detail/clippy-the-paperclip-assi/fmbcdhjmhddnnpeomknikdbboejbhdcl
Beschrijving Adds Clippy to every webpage you visit.
Bestandsgrootte 85.19 KB
Aantal Installaties 1,499
Huidige Versie 1.6
Laatst Bijgewerkt 2019-05-27
Publicatiedatum 2019-05-26
Beoordeling 3.62/5 Totaal 55 Beoordelingen
Ontwikkelaar Drake Panzer
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://dpanzer.net
URL van de Privacybeleid Pagina https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Ondersteunde Talen 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"
    }
}