Drik Panchang
Online Panchang, Panchangam and Hindu Calendar for the world
Drik Panchangとは何ですか?
Drik Panchangはhttps://drikpanchang.comによって開発されたChromeの拡張機能で、その主な機能は「Online Panchang, Panchangam and Hindu Calendar for the world」です。
拡張機能のスクリーンショット
Drik Panchang拡張機能のCRXファイルをダウンロード
Drik Panchang拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
official Drikpanchang.com Chrome extension 拡張機能の基本情報
| 名前 | |
| ID | aohofenjhojnoploandaecgkfejilimm |
| 公式URL | https://chromewebstore.google.com/detail/drik-panchang/aohofenjhojnoploandaecgkfejilimm |
| 説明 | Online Panchang, Panchangam and Hindu Calendar for the world |
| ファイルサイズ | 47.27 KB |
| インストール数 | 1,033 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-01-29 |
| 公開日 | 2019-01-29 |
| 評価 | 5.00/5 合計 8 レビュー |
| 開発者 | https://drikpanchang.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.drikpanchang.com/ |
| ヘルプページのURL | https://www.drikpanchang.com/contactus/contactus.html |
| プライバシーポリシーページのURL | https://www.drikpanchang.com/contactus/privacy-policy/dp-privacy-policy.html |
| 対応言語 | 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
} | |