シンプル電卓機 Simple Calculator

電卓として使うことができます。ちょっとした計算や確認がすぐに実行できて便利です。

What is シンプル電卓機 Simple Calculator?

シンプル電卓機 Simple Calculator is a Chrome extension developed by simanapo, and its main feature is "電卓として使うことができます。ちょっとした計算や確認がすぐに実行できて便利です。".

Extension Screenshots

screenshot
screenshot

Download シンプル電卓機 Simple Calculator Extension CRX File

Download シンプル電卓機 Simple Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple calculator machine. You can use the calculator function with a pop-up, it is very convenient when you want to calculate immediately.

シンプルな電卓機です。ポップアップで電卓機能を使えるため、すぐに計算をしたい時にとても便利です。                    

Extension Basic Information

Name シンプル電卓機 Simple Calculator シンプル電卓機 Simple Calculator
ID dlaggloabkagldkpfckkejkhjhcimkih
Official URL https://chromewebstore.google.com/detail/%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E9%9B%BB%E5%8D%93%E6%A9%9F-simple-calculator/dlaggloabkagldkpfckkejkhjhcimkih
Description 電卓として使うことができます。ちょっとした計算や確認がすぐに実行できて便利です。
File Size 287 KB
Installation Count 287
Current Version 1.0.3
Last Updated 2019-01-08
Publish Date 2019-01-07
Developer simanapo
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "\u30b7\u30f3\u30d7\u30eb\u96fb\u5353\u6a5f Simple Calculator",
    "description": "\u96fb\u5353\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3061\u3087\u3063\u3068\u3057\u305f\u8a08\u7b97\u3084\u78ba\u8a8d\u304c\u3059\u3050\u306b\u5b9f\u884c\u3067\u304d\u3066\u4fbf\u5229\u3067\u3059\u3002",
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "\u30b7\u30f3\u30d7\u30eb\u96fb\u5353\u6a5f",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    }
}