Clippy the Paperclip Assistant

Adds Clippy to every webpage you visit.

什么是Clippy the Paperclip Assistant?

Clippy the Paperclip Assistant是由Drake Panzer开发的Chrome扩展程序,该扩展的主要功能是“Adds Clippy to every webpage you visit.”。

扩展截图

screenshot
screenshot

下载Clippy the Paperclip Assistant扩展crx文件

下载Clippy the Paperclip Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Clippy the Paperclip Assistant Clippy the Paperclip Assistant
ID fmbcdhjmhddnnpeomknikdbboejbhdcl
官方URL https://chromewebstore.google.com/detail/clippy-the-paperclip-assi/fmbcdhjmhddnnpeomknikdbboejbhdcl
简介 Adds Clippy to every webpage you visit.
文件大小 85.19 KB
安装次数 1,499
当前版本 1.6
更新时间 2019-05-27
上架时间 2019-05-26
评分 3.62/5 共55次评分
开发者 Drake Panzer
电子邮箱 [email protected]
付费类型 free
扩展官网 http://dpanzer.net
隐私政策页面URL https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
支持的语言 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"
    }
}