Dark calculator

Dark calculator / iphone style

Cos'è Dark calculator?

Dark calculator è un'estensione di Chrome sviluppata da Pavel Kolotukhin, e la sua funzione principale è "Dark calculator / iphone style".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dark calculator

Scarica i file di estensione Dark calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dark calculator Dark calculator
ID ljjchnddoelkcjjfdoigbmjpdhnffcpd
URL Ufficiale https://chromewebstore.google.com/detail/dark-calculator/ljjchnddoelkcjjfdoigbmjpdhnffcpd
Descrizione Dark calculator / iphone style
Dimensione del File 35.41 KB
Conteggio Installazioni 435
Versione Corrente 1.2.31
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2022-02-07
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Pavel Kolotukhin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kolotukhin.net
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSe1tJVJ5s3aKDT6HmrvsficPHI52v69IIdK6vUulweqtOlFiA/viewform
URL della Pagina della Politica sulla Privacy https://www.kolotukhin.net/Privacy-Policy.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}