Pie Surprise
Selects a random link on each page that plays a secret GIF when clicked.
Pie Surprise란 무엇입니까?
Pie Surprise은(는) http://macroche.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selects a random link on each page that plays a secret GIF when clicked."입니다.
확장 프로그램 스크린샷
Pie Surprise 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/.
확장 프로그램 기본 정보
이름 | |
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 } |