Pie Surprise

Selects a random link on each page that plays a secret GIF when clicked.

Pie Surpriseคืออะไร?

Pie Surprise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://macroche.com และคุณลักษณะหลักของมันคือ "Selects a random link on each page that plays a secret GIF when clicked."

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

screenshot

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

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

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

                        Pie Surprise is a simple, yet mischievous extension that offers users a surprise with the click of a link. 

Pie surprise is a little like pie in the face roulette; it picks a random link on every page, and plays a pie in the face GIF if that link is clicked. 

Add a little (pumpkin pie in the face) spice to your browsing experience with Pie Surprise!

Extension engineering and design by Mac Roche. Thanks for downloading my stupid app!
....more goodies at my website, http://www.macroche.com...

Icons made by Madebyoliver(http://www.flaticon.com/authors/madebyoliver) from flaticon.com. Flaticon.com is licensed by CC 3.0 BY - http://creativecommons.org/licenses/by/3.0/.                    

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

ชื่อ Pie Surprise Pie Surprise
ID mfedfpcjngaacaadfgnmmpjbniogfpie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pie-surprise/mfedfpcjngaacaadfgnmmpjbniogfpie
คำอธิบาย Selects a random link on each page that plays a secret GIF when clicked.
ขนาดไฟล์ 7.31 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2016-12-18
วันที่เผยแพร่ 2016-12-18
ผู้พัฒนา http://macroche.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.macroche.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pie Surprise",
    "description": "Selects a random link on each page that plays a secret GIF when clicked.",
    "version": "2.0.2",
    "author": "Mac Roche",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "pie.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pie Surprise",
        "default_icon": "pie_icon32.png"
    },
    "icons": {
        "16": "pie_icon16.png",
        "24": "pie_icon24.png",
        "32": "pie_icon32.png"
    },
    "homepage_url": "http:\/\/www.macroche.com",
    "manifest_version": 2
}