Rule of Three

Calulate rule of 3 math problems effortlessly!

什么是Rule of Three?

Rule of Three是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Calulate rule of 3 math problems effortlessly!”。

扩展截图

screenshot

下载Rule of Three扩展crx文件

下载Rule of Three扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sometimes you need to calculate some proportion math problem, such as "if 5 is 75%, then 10 is X". With this extension you can calculate this easily without having to memorize a formula.                    

扩展基本信息

名称 Rule of Three Rule of Three
ID liplmhhmejhbdabigmdcbcehomhbjcdb
官方URL https://chromewebstore.google.com/detail/rule-of-three/liplmhhmejhbdabigmdcbcehomhbjcdb
简介 Calulate rule of 3 math problems effortlessly!
文件大小 1.1 MB
安装次数 119
当前版本 1.0
更新时间 2018-04-14
上架时间 2018-04-14
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rule of Three",
    "short_name": "Rule of 3",
    "description": "Calulate rule of 3 math problems effortlessly!",
    "manifest_version": 2,
    "version": "1.0",
    "author": "ericorruption",
    "icons": {
        "16": "assets\/icon\/16.png",
        "19": "assets\/icon\/19.png",
        "20": "assets\/icon\/20.png",
        "25": "assets\/icon\/25.png",
        "30": "assets\/icon\/30.png",
        "32": "assets\/icon\/32.png",
        "35": "assets\/icon\/35.png",
        "38": "assets\/icon\/38.png",
        "40": "assets\/icon\/40.png",
        "44": "assets\/icon\/44.png",
        "48": "assets\/icon\/48.png",
        "50": "assets\/icon\/50.png",
        "128": "assets\/icon\/128.png",
        "150": "assets\/icon\/150.png",
        "176": "assets\/icon\/176.png"
    },
    "browser_action": {
        "default_title": "Rule of Three",
        "default_popup": "dist\/index.html",
        "default_icon": {
            "16": "assets\/icon\/16.png",
            "19": "assets\/icon\/19.png",
            "20": "assets\/icon\/20.png",
            "25": "assets\/icon\/25.png",
            "30": "assets\/icon\/30.png",
            "32": "assets\/icon\/32.png",
            "35": "assets\/icon\/35.png",
            "38": "assets\/icon\/38.png",
            "40": "assets\/icon\/40.png",
            "48": "assets\/icon\/48.png",
            "128": "assets\/icon\/128.png"
        }
    }
}