Clippy the Paperclip Assistant

Adds Clippy to every webpage you visit.

Hvad er Clippy the Paperclip Assistant?

Clippy the Paperclip Assistant er en Chrome-udvidelse udviklet af Drake Panzer, og dens hovedfunktion er "Adds Clippy to every webpage you visit.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Clippy the Paperclip Assistant-udvidelses-CRX-fil

Download Clippy the Paperclip Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Clippy the Paperclip Assistant Clippy the Paperclip Assistant
ID fmbcdhjmhddnnpeomknikdbboejbhdcl
Officiel URL https://chromewebstore.google.com/detail/clippy-the-paperclip-assi/fmbcdhjmhddnnpeomknikdbboejbhdcl
Beskrivelse Adds Clippy to every webpage you visit.
Filstørrelse 85.19 KB
Antal Installationer 1,499
Nuværende Version 1.6
Senest Opdateret 2019-05-27
Udgivelsesdato 2019-05-26
Bedømmelse 3.62/5 Samlet 55 Bedømmelser
Udvikler Drake Panzer
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://dpanzer.net
URL til Fortrolighedspolitik Side https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Understøttede Sprog 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"
    }
}