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 } |