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.
拡張機能の基本情報
名前 | 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" } } |