Modern Calculator

Simple and Modern Calculator for Chrome browser.

什麼是Modern Calculator?

Modern Calculator是由master94ga開發的Chrome擴展程式,該擴展的主要功能是“Simple and Modern Calculator for Chrome browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Modern Calculator擴展crx文件

下載Modern Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Modern Calculator is a simple and well made extension that open the calculator when you click on the icon.

The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big.

Let me know if you like it, if all work correctly and all types of feedback are apprecieted.                    

擴展基本資訊

名稱 Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
官方網址 https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
簡介 Simple and Modern Calculator for Chrome browser.
檔案大小 107 KB
安裝次數 10,000
目前版本 0.2
更新時間 2016-04-08
上架時間 2016-04-08
評分 4.36/5 共 11 次評分
開發者 master94ga
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.giuseppeattanasio.me/project/#project/calculator
說明頁面URL http://www.giuseppeattanasio.me/#Contact
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Calculator",
    "options_page": "settings.html",
    "description": "Simple and Modern Calculator for Chrome browser.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "19": "img\/19.png",
        "48": "img\/48.png",
        "38": "img\/38.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Open Calculator!",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}