Percentage Calculator
Percent off calculator
什麼是Percentage Calculator?
Percentage Calculator是由https://percent-of.com開發的Chrome擴展程式,該擴展的主要功能是“Percent off calculator”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | oljlnajhfdpmegfdfpoagljapbphlmlb |
| 官方網址 | 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"
}
} | |