Urdu Poetry Tab

Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option

Urdu Poetry Tab क्या है?

Urdu Poetry Tab https://www.webit.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option"।

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

screenshot
screenshot

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

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

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

                        This extension adds beautiful Urdu Shayri (Poetry) on Chrome's New Tab Page.
It has a redesigned Google Search Option which lets you Search the Web in a customized manner. 
In Short, This Extension Lets You Enjoy the Urdu Poetry While Keeping The Primary Use of Tab Available.
Any User Feedback is appreciated. If you see any bug in program, Let me know.

Developed by:
Fahad Yousaf Mahar
https://github.com/FahadYousafMahar/UrduPoetryTab                    

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

नाम Urdu Poetry Tab Urdu Poetry Tab
ID ekingkncophhlacjoaaaamoapahgokhj
आधिकारिक URL https://chromewebstore.google.com/detail/urdu-poetry-tab/ekingkncophhlacjoaaaamoapahgokhj
विवरण Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option
फ़ाइल का आकार 248 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-05-21
प्रकाशन तिथि 2019-03-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.webit.pk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FahadYousafMahar/UrduPoetryTab
सहायता पृष्ठ URL https://github.com/FahadYousafMahar/UrduPoetryTab/issues
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": " Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option ",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96-128.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Urdu Poetry Tab",
    "short_name": "UrduTab",
    "web_accessible_resources": [
        "css\/*.ttf",
        "js\/background.js",
        "js\/index.js",
        "js\/stanzaz.json"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.2.0",
    "permissions": [
        "https:\/\/raw.githubusercontent.com\/FahadYousafMahar\/UrduPoetryTab\/master\/json\/db.json"
    ]
}