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”。
扩展截图
下载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 |
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" ] } |