99 Names

Open each new tab with a beautiful name of Allah

99 Names क्या है?

99 Names Suffah Collective द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open each new tab with a beautiful name of Allah"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 99 Names एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम 99 Names 99 Names
ID iaghagcnmdhclibfiojdgfonhokgeanf
आधिकारिक URL https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf
विवरण Open each new tab with a beautiful name of Allah
फ़ाइल का आकार 83.42 KB
स्थापना संख्या 127
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-17
प्रकाशन तिथि 2021-02-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Suffah Collective
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://suffahcollective.carrd.co/
समर्थित भाषाएँ 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"
    }
}