Penguins
Moving penguins, Flash by Adam Bowman.
什麼是Penguins?
Penguins是由https://phistuck-app.appspot.com開發的Chrome擴展程式,該擴展的主要功能是“Moving penguins, Flash by Adam Bowman.”。
擴展截圖
下載Penguins擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hmaldlpfgpmhhljpiihjidjgemodjogi |
| 官方網址 | 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'"
} | |