calculator simple and easy
Sticky Calculator
什麼是calculator simple and easy?
calculator simple and easy是由https://allinworld99.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Sticky Calculator”。
擴展截圖
下載calculator simple and easy擴展crx文件
下載calculator simple and easy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This simple calculator is used to calculate your simple maths calculations.
擴展基本資訊
名稱 | calculator simple and easy |
ID | amkibnhgmpodfblhiiflnlnehebjibja |
官方網址 | https://chromewebstore.google.com/detail/calculator-simple-and-eas/amkibnhgmpodfblhiiflnlnehebjibja |
簡介 | Sticky Calculator |
檔案大小 | 152 KB |
安裝次數 | 125 |
目前版本 | 0.8 |
更新時間 | 2019-02-06 |
上架時間 | 2019-02-06 |
評分 | 3.25/5 共 4 次評分 |
開發者 | https://allinworld99.blogspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://allinworld99.blogspot.com |
說明頁面URL | http://allinworld99.blogspot.com |
隱私政策頁面URL | https://htmlcodeplay.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "calculator simple and easy", "description": "Sticky Calculator", "version": "0.8", "browser_action": { "default_icon": "128calculator-icon.png", "default_popup": "calculator.html" }, "author": "Merbin Joe", "offline_enabled": true, "homepage_url": "http:\/\/www.allinworld99.blogspot.com", "icons": { "16": "16calculator-icon.png", "48": "48calculator-icon.png", "128": "128calculator-icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |