Clippy

Clippy MS Word Office assistant is now back to assist inside your browser!

Clippyคืออะไร?

Clippy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kickass.website และคุณลักษณะหลักของมันคือ "Clippy MS Word Office assistant is now back to assist inside your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clippy

ดาวน์โหลดไฟล์ส่วนขยาย Clippy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Clippy is back! 
Old MS Word Office assistant is now back once again! Inside old Word applications Clippy was not so useful but he always had great comment or two. This extension will provide clippy inside every website you visit. For some website Clippy will make a random comment based on the public repository file. Checkout extension website on info how to contribute!

The default assistant Clippy has been heavily mocked in popular culture, being parodied, appearing in memes, and even being made fun of by Microsoft themselves from 2001 onwards. NOW HE IS BACK ONCE MORE INSIDE YOUR BROWSER!

Clippy is back with little help of clippy.js (Smore Inc)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clippy Clippy
ID oaknkllfdceggjpbonhiegoaifjdkfjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clippy/oaknkllfdceggjpbonhiegoaifjdkfjd
คำอธิบาย Clippy MS Word Office assistant is now back to assist inside your browser!
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 2,545
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2019-08-30
วันที่เผยแพร่ 2019-08-30
คะแนน 3.71/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://kickass.website
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clippy.kickass.website
URL หน้าช่วยเหลือ https://github.com/capJavert/clippy/blob/master/README.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippy",
    "short_name": "Clippy Assistant",
    "description": "Clippy MS Word Office assistant is now back to assist inside your browser!",
    "version": "1.9.1",
    "author": "Ante Bari\u0107 (capJavert)",
    "icons": {
        "16": "assets\/img\/clippy-icon-16x16.png",
        "48": "assets\/img\/clippy-icon-48x48.png",
        "128": "assets\/img\/clippy-icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Clippy Assistant",
        "default_icon": {
            "16": "assets\/img\/clippy-icon-gray-48x48.png",
            "24": "assets\/img\/clippy-icon-gray-48x48.png",
            "32": "assets\/img\/clippy-icon-gray-48x48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/clippy.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/clippy.js",
                "assets\/js\/agent.js",
                "lib\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/web-storage-object.js",
            "lib\/state.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/img\/clippy.map.png"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/raw.githubusercontent.com\/capJavert\/clippy-dictionary\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/capjavert.github.com\/*",
            "https:\/\/antebaric.from.hr\/*",
            "http:\/\/antebaric.from.hr\/*",
            "https:\/\/kickass.website\/*",
            "https:\/\/clippy.kickass.website\/*",
            "https:\/\/clippy.capjavert.now.sh\/*"
        ]
    }
}