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
官方網址 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"
    }
}