flip a coin
Flip A Coin Extension!
flip a coinとは何ですか?
flip a coinはmoknicorpによって開発されたChromeの拡張機能で、その主な機能は「Flip A Coin Extension!」です。
拡張機能のスクリーンショット
flip a coin拡張機能のCRXファイルをダウンロード
flip a coin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome Extension that helps you when you re indecisive i can t choose between two things ! Just flip a coin and let the luck decide for you ! All you have to do is click the flip button and the magic happens!!!
拡張機能の基本情報
名前 | |
ID | nmcgcbfllfggimomeikgbobipdbhebmn |
公式URL | https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn |
説明 | Flip A Coin Extension! |
ファイルサイズ | 25.32 KB |
インストール数 | 32 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-07 |
公開日 | 2019-03-07 |
開発者 | moknicorp |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "flip a coin", "version": "1.0", "description": "Flip A Coin Extension!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" } }, "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" }, "manifest_version": 2 } |