Urdu Poetry Tab

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

Urdu Poetry Tab là gì?

Urdu Poetry Tab là một tiện ích mở rộng Chrome được phát triển bởi https://www.webit.pk, và tính năng chính của nó là "Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option".

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

screenshot
screenshot

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

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

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

Tên Urdu Poetry Tab Urdu Poetry Tab
ID ekingkncophhlacjoaaaamoapahgokhj
URL Chính Thức https://chromewebstore.google.com/detail/urdu-poetry-tab/ekingkncophhlacjoaaaamoapahgokhj
Mô tả Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-05-21
Ngày Phát Hành 2019-03-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.webit.pk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FahadYousafMahar/UrduPoetryTab
URL Trang Trợ Giúp https://github.com/FahadYousafMahar/UrduPoetryTab/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}