99 Names

Open each new tab with a beautiful name of Allah

99 Names là gì?

99 Names là một tiện ích mở rộng Chrome được phát triển bởi Suffah Collective, và tính năng chính của nó là "Open each new tab with a beautiful name of Allah".

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

screenshot
screenshot
screenshot

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

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

                        Every time you open a new tab, 99 Names will show one of the 99 names of Allah in both Arabic and English. Be reminded of the Asmaa'-al-Husna as you surf the web.                    

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

Tên 99 Names 99 Names
ID iaghagcnmdhclibfiojdgfonhokgeanf
URL Chính Thức https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf
Mô tả Open each new tab with a beautiful name of Allah
Kích Thước Tệp 83.42 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-17
Ngày Phát Hành 2021-02-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Suffah Collective
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://suffahcollective.carrd.co/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "99 Names",
    "version": "1.0",
    "description": "Open each new tab with a beautiful name of Allah",
    "icons": {
        "16": ".\/images\/99_icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/99_icon.png",
        "default_title": "99 Names"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    }
}