Dark calculator

Dark calculator / iphone style

Dark calculator란 무엇입니까?

Dark calculator은(는) Pavel Kolotukhin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark calculator / iphone style"입니다.

확장 프로그램 스크린샷

screenshot

Dark calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Dark Calculator is a sleek and user-friendly calculator that can seamlessly integrate with any website. Its minimalistic design boasts a dark theme, providing a pleasing visual experience. Furthermore, the calculator is highly versatile and can be conveniently relocated and resized on the page, ensuring an optimized user experience.                    

확장 프로그램 기본 정보

이름 Dark calculator Dark calculator
ID ljjchnddoelkcjjfdoigbmjpdhnffcpd
공식 URL https://chromewebstore.google.com/detail/dark-calculator/ljjchnddoelkcjjfdoigbmjpdhnffcpd
설명 Dark calculator / iphone style
파일 크기 35.41 KB
설치 횟수 435
현재 버전 1.2.31
최근 업데이트 2023-02-21
출시 날짜 2022-02-07
평점 1.00/5 총 2 개의 평점
개발자 Pavel Kolotukhin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kolotukhin.net
도움말 페이지 URL https://docs.google.com/forms/d/e/1FAIpQLSe1tJVJ5s3aKDT6HmrvsficPHI52v69IIdK6vUulweqtOlFiA/viewform
개인정보 보호 정책 페이지 URL https://www.kolotukhin.net/Privacy-Policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark calculator",
    "version": "1.2.31",
    "description": "Dark calculator \/ iphone style",
    "homepage_url": "https:\/\/kolotukhin.net",
    "author": "Pavel Kolotukhin",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Dark calculator"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "css\/iconsfont.css",
                "css\/style.css"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "calc.html",
                "css\/iconsfont.css",
                "css\/style.css",
                "fonts\/*.*",
                "scripts\/script.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}