IC naming extensions

Extensions to help you visit icnaming from you browser

IC naming extensions là gì?

IC naming extensions là một tiện ích mở rộng Chrome được phát triển bởi icnaming, và tính năng chính của nó là "Extensions to help you visit icnaming from you browser".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng IC naming extensions 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

                        This extension helps you to redirect the *.icp domain name to the corresponding canister address smoothly.                    

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

Tên IC naming extensions IC naming extensions
ID oepbpdamkigabminkagecahfgdgbbodc
URL Chính Thức https://chromewebstore.google.com/detail/ic-naming-extensions/oepbpdamkigabminkagecahfgdgbbodc
Mô tả Extensions to help you visit icnaming from you browser
Kích Thước Tệp 680 KB
Số Lần Cài Đặt 1,253
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2022-08-02
Ngày Phát Hành 2021-12-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển icnaming
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/IC-Naming
URL Trang Trợ Giúp https://github.com/IC-Naming/icnaming-browser-extensions
URL Trang Chính Sách Bảo Mật https://github.com/IC-Naming/icnaming-browser-extensions/blob/main/icnaming%20browser%20extension%20privacy%20aggrement.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IC naming extensions",
    "description": "Extensions to help you visit icnaming from you browser",
    "version": "2.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.ic\/*",
        "*:\/\/*.icp\/*",
        "*:\/\/*.tic\/*",
        "*:\/\/*.ticp\/*"
    ],
    "web_accessible_resources": [
        "redirect.html"
    ]
}