Dark calculator

Dark calculator / iphone style

Dark calculator là gì?

Dark calculator là một tiện ích mở rộng Chrome được phát triển bởi Pavel Kolotukhin, và tính năng chính của nó là "Dark calculator / iphone style".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark calculator

Tải xuống các tệp mở rộng Dark calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dark calculator Dark calculator
ID ljjchnddoelkcjjfdoigbmjpdhnffcpd
URL Chính Thức https://chromewebstore.google.com/detail/dark-calculator/ljjchnddoelkcjjfdoigbmjpdhnffcpd
Mô tả Dark calculator / iphone style
Kích Thước Tệp 35.41 KB
Số Lần Cài Đặt 435
Phiên Bản Hiện Tại 1.2.31
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2022-02-07
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pavel Kolotukhin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kolotukhin.net
URL Trang Trợ Giúp https://docs.google.com/forms/d/e/1FAIpQLSe1tJVJ5s3aKDT6HmrvsficPHI52v69IIdK6vUulweqtOlFiA/viewform
URL Trang Chính Sách Bảo Mật https://www.kolotukhin.net/Privacy-Policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}