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によって開発されたChromeの拡張機能で、その主な機能は「Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option」です。

拡張機能のスクリーンショット

screenshot
screenshot

Urdu Poetry Tab拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}