Anywhere Calculator

This extension brings a calculator to any page.

Anywhere Calculatorとは何ですか?

Anywhere CalculatorはFrioによって開発されたChromeの拡張機能で、その主な機能は「This extension brings a calculator to any page.」です。

拡張機能のスクリーンショット

screenshot

Anywhere Calculator拡張機能のCRXファイルをダウンロード

Anywhere Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Brings a simple calculator to any page!                    

拡張機能の基本情報

名前 Anywhere Calculator Anywhere Calculator
ID cabddmjlaijidngobenoepkphkcmedbf
公式URL https://chromewebstore.google.com/detail/anywhere-calculator/cabddmjlaijidngobenoepkphkcmedbf
説明 This extension brings a calculator to any page.
ファイルサイズ 5.42 KB
インストール数 309
現在のバージョン 1.2
最終更新日 2016-09-20
公開日 2016-09-19
評価 5.00/5 合計 3 レビュー
開発者 Frio
支払い方法 free
拡張機能のウェブサイト https://github.com/FrioTime/Anywhere-Calculator
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anywhere Calculator",
    "short_name": "Anywhere Calc",
    "version": "1.2",
    "description": "This extension brings a calculator to any page.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    }
}