Drik Panchang
Online Panchang, Panchangam and Hindu Calendar for the world
Cos'è Drik Panchang?
Drik Panchang è un'estensione di Chrome sviluppata da https://drikpanchang.com, e la sua funzione principale è "Online Panchang, Panchangam and Hindu Calendar for the world".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drik Panchang
Scarica i file di estensione Drik Panchang 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
official Drikpanchang.com Chrome extension Informazioni di Base sull'Estensione
| Nome | |
| ID | aohofenjhojnoploandaecgkfejilimm |
| URL Ufficiale | https://chromewebstore.google.com/detail/drik-panchang/aohofenjhojnoploandaecgkfejilimm |
| Descrizione | Online Panchang, Panchangam and Hindu Calendar for the world |
| Dimensione del File | 47.27 KB |
| Conteggio Installazioni | 1,033 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2019-01-29 |
| Data di Pubblicazione | 2019-01-29 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | https://drikpanchang.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.drikpanchang.com/ |
| URL della Pagina di Aiuto | https://www.drikpanchang.com/contactus/contactus.html |
| URL della Pagina della Politica sulla Privacy | https://www.drikpanchang.com/contactus/privacy-policy/dp-privacy-policy.html |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drik Panchang",
"description": "Online Panchang, Panchangam and Hindu Calendar for the world",
"version": "1.0.0",
"author": "Adarsh Mobile Application LLP",
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "user_interface\/popup.html"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"https:\/\/www.drikpanchang.com\/*"
],
"web_accessible_resources": [
"icon_128.png"
],
"minimum_chrome_version": "28",
"manifest_version": 2
} | |