Penguins

Moving penguins, Flash by Adam Bowman.

Penguinsคืออะไร?

Penguins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phistuck-app.appspot.com และคุณลักษณะหลักของมันคือ "Moving penguins, Flash by Adam Bowman."

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

screenshot
screenshot

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

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

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

                        This extension will only work on old Chrome versions that somehow still have access to Flash.
For a non-Flash, official version of this extension, see https://chrome.google.com/webstore/detail/ab-penguins/lafedkjifefhamlgolmlecpaekehmbed
Enjoy!


Adds a button to your toolbar.
Clicking on it will open a popup with a few penguins for you to scare, roll, move or love.

In case Flash is blocked, follow those instructions -
Go to chrome://settings/content/flash and click on "ADD" next to "Allow".
Paste this -
chrome-extension://hmaldlpfgpmhhljpiihjidjgemodjogi/
Click on "ADD".
It should start working.

Based on the Penguins iGoogle gadget by Adam Bowman.
http://www.google.com/ig/directory?url=hosting.gmodules.com/ig/gadgets/file/112581010116074801021/penguins.xml
You can add it to your iGoogle.

Go to the home page link for the changelog.                    

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

ชื่อ Penguins Penguins
ID hmaldlpfgpmhhljpiihjidjgemodjogi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/penguins/hmaldlpfgpmhhljpiihjidjgemodjogi
คำอธิบาย Moving penguins, Flash by Adam Bowman.
ขนาดไฟล์ 85.49 KB
จำนวนการติดตั้ง 4,248
เวอร์ชันปัจจุบัน 0.0.2.0
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2018-05-05
คะแนน 4.20/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา https://phistuck-app.appspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/phistuck/penguins-chrome-extensions
URL หน้าช่วยเหลือ https://github.com/phistuck/penguins-chrome-extensions/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "penguins.png",
        "default_popup": "popup.html",
        "default_tooltip": "Penguins"
    },
    "description": "Moving penguins, Flash by Adam Bowman.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png",
        "64": "64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Penguins",
    "offline_enabled": true,
    "version": "0.0.2.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: filesystem: chrome-extension-resource:; object-src 'self'"
}