Penguins
Moving penguins, Flash by Adam Bowman.
Penguins란 무엇입니까?
Penguins은(는) https://phistuck-app.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Moving penguins, Flash by Adam Bowman."입니다.
확장 프로그램 스크린샷
Penguins 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |