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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}