Dark calculator

Dark calculator / iphone style

Wat is Dark calculator?

Dark calculator is een Chrome-extensie ontwikkeld door Pavel Kolotukhin, en de belangrijkste functie is "Dark calculator / iphone style".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dark calculator

Download Dark calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dark calculator Dark calculator
ID ljjchnddoelkcjjfdoigbmjpdhnffcpd
Officiële URL https://chromewebstore.google.com/detail/dark-calculator/ljjchnddoelkcjjfdoigbmjpdhnffcpd
Beschrijving Dark calculator / iphone style
Bestandsgrootte 35.41 KB
Aantal Installaties 435
Huidige Versie 1.2.31
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2022-02-07
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pavel Kolotukhin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kolotukhin.net
Help Pagina-URL https://docs.google.com/forms/d/e/1FAIpQLSe1tJVJ5s3aKDT6HmrvsficPHI52v69IIdK6vUulweqtOlFiA/viewform
URL van de Privacybeleid Pagina https://www.kolotukhin.net/Privacy-Policy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}