Dark calculator

Dark calculator / iphone style

What is Dark calculator?

Dark calculator is a Chrome extension developed by Pavel Kolotukhin, and its main feature is "Dark calculator / iphone style".

Extension Screenshots

screenshot

Download Dark calculator Extension CRX File

Download Dark 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

                        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.                    

Extension Basic Information

Name Dark calculator Dark calculator
ID ljjchnddoelkcjjfdoigbmjpdhnffcpd
Official URL https://chromewebstore.google.com/detail/dark-calculator/ljjchnddoelkcjjfdoigbmjpdhnffcpd
Description Dark calculator / iphone style
File Size 35.41 KB
Installation Count 435
Current Version 1.2.31
Last Updated 2023-02-21
Publish Date 2022-02-07
Rating 1.00/5 Total 2 Ratings
Developer Pavel Kolotukhin
Email [email protected]
Payment Type free
Extension Website https://kolotukhin.net
Help Page URL https://docs.google.com/forms/d/e/1FAIpQLSe1tJVJ5s3aKDT6HmrvsficPHI52v69IIdK6vUulweqtOlFiA/viewform
Privacy Policy Page URL https://www.kolotukhin.net/Privacy-Policy.html
Supported Languages 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": [
                ""
            ]
        }
    ]
}