Clippy the Paperclip Assistant

Adds Clippy to every webpage you visit.

Vad är Clippy the Paperclip Assistant?

Clippy the Paperclip Assistant är en Chrome-tillägg utvecklad av Drake Panzer, och dess huvudfunktion är "Adds Clippy to every webpage you visit.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Clippy the Paperclip Assistant-förlängningens CRX-fil

Ladda ner Clippy the Paperclip Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Clippy the Paperclip Assistant Clippy the Paperclip Assistant
ID fmbcdhjmhddnnpeomknikdbboejbhdcl
Officiell webbadress https://chromewebstore.google.com/detail/clippy-the-paperclip-assi/fmbcdhjmhddnnpeomknikdbboejbhdcl
Beskrivning Adds Clippy to every webpage you visit.
Filstorlek 85.19 KB
Antal Installationer 1,499
Aktuell Version 1.6
Senast Uppdaterad 2019-05-27
Publiceringsdatum 2019-05-26
Betyg 3.62/5 Totalt 55 Betyg
Utvecklare Drake Panzer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://dpanzer.net
URL till Sekretesspolicy Sidan https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Stödda Språk 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"
    }
}