Urdu Poetry Tab
Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option
Cos'è Urdu Poetry Tab?
Urdu Poetry Tab è un'estensione di Chrome sviluppata da https://www.webit.pk, e la sua funzione principale è "Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Urdu Poetry Tab
Scarica i file di estensione Urdu Poetry Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Urdu Poetry Tab |
ID | ekingkncophhlacjoaaaamoapahgokhj |
URL Ufficiale | https://chromewebstore.google.com/detail/urdu-poetry-tab/ekingkncophhlacjoaaaamoapahgokhj |
Descrizione | Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option |
Dimensione del File | 248 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-05-21 |
Data di Pubblicazione | 2019-03-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.webit.pk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FahadYousafMahar/UrduPoetryTab |
URL della Pagina di Aiuto | https://github.com/FahadYousafMahar/UrduPoetryTab/issues |
Lingue Supportate | 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" ] } |