Urdu Poetry Tab

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

Urdu Poetry Tabคืออะไร?

Urdu Poetry Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.webit.pk และคุณลักษณะหลักของมันคือ "Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urdu Poetry Tab

ดาวน์โหลดไฟล์ส่วนขยาย Urdu Poetry Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}