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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}