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ファイルをダウンロード
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/.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |