Quick Calculator by Fedmich
Quick Calculator for Google Chrome™.
什麼是Quick Calculator by Fedmich?
Quick Calculator by Fedmich是由https://calculatorchrome.com開發的Chrome擴展程式,該擴展的主要功能是“Quick Calculator for Google Chrome™.”。
擴展截圖
下載Quick Calculator by Fedmich擴展crx文件
下載Quick Calculator by Fedmich擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick Calculator for Google Chrome Browser is a simple calculator which help you compute the total SUM of your numbers.
Just enter 1 number per line and the answer will show up below.
It's a fast and quick way to compute & crunch the numbers.
Let the App do the MATH for you :) 擴展基本資訊
| 名稱 | |
| ID | aapkdhkodcbnmglllnoofpojfajbogdm |
| 官方網址 | https://chromewebstore.google.com/detail/quick-calculator-by-fedmi/aapkdhkodcbnmglllnoofpojfajbogdm |
| 簡介 | Quick Calculator for Google Chrome™. |
| 檔案大小 | 122 KB |
| 安裝次數 | 149 |
| 目前版本 | 0.2.7 |
| 更新時間 | 2013-09-27 |
| 上架時間 | 2013-09-26 |
| 評分 | 3.00/5 共 5 次評分 |
| 開發者 | https://calculatorchrome.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://calculatorchrome.com |
| 說明頁面URL | http://calculatorchrome.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Calculator by Fedmich",
"version": "0.2.7",
"manifest_version": 2,
"description": "Quick Calculator for Google Chrome\u2122.",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.min.js"
]
},
"omnibox": {
"keyword": "calc"
},
"browser_action": {
"default_icon": "img\/icon_16.png",
"default_title": "Calculator",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"http:\/\/calculatorchrome.com\/*"
],
"options_page": "options.html",
"offline_enabled": true
} | |