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 |
官方URL | 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 } |