Percentage Calculator

Percent off calculator

什么是Percentage Calculator?

Percentage Calculator是由https://percent-of.com开发的Chrome扩展程序,该扩展的主要功能是“Percent off calculator”。

扩展截图

screenshot

下载Percentage Calculator扩展crx文件

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

扩展使用说明

                        Calculate percentage of X, quick & simple.

With this simple-to-use widget you can calculate percentages in no-time.                    

扩展基本信息

名称 Percentage Calculator Percentage Calculator
ID oljlnajhfdpmegfdfpoagljapbphlmlb
官方URL https://chromewebstore.google.com/detail/percentage-calculator/oljlnajhfdpmegfdfpoagljapbphlmlb
简介 Percent off calculator
文件大小 149 KB
安装次数 86
当前版本 1
更新时间 2018-06-18
上架时间 2018-06-18
评分 3.67/5 共3次评分
开发者 https://percent-of.com
付费类型 free
扩展官网 https://percent-of.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Percentage Calculator",
    "description": "Percent off calculator",
    "version": "1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon.png"
    }
}