solar calendar
Solar calendar for Persian people or anyone who needs it
solar calendarとは何ですか?
solar calendarはMahdi Khavariによって開発されたChromeの拡張機能で、その主な機能は「Solar calendar for Persian people or anyone who needs it」です。
拡張機能のスクリーンショット
solar calendar拡張機能のCRXファイルをダウンロード
solar calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are a Persian user of chrome you might needed to know the date of today and for an easy access I suggest you to install this extension
拡張機能の基本情報
名前 | solar calendar |
ID | jhjehdpjbicllnjfmndodlkochnpgfnk |
公式URL | https://chromewebstore.google.com/detail/solar-calendar/jhjehdpjbicllnjfmndodlkochnpgfnk |
説明 | Solar calendar for Persian people or anyone who needs it |
ファイルサイズ | 66.64 KB |
インストール数 | 244 |
現在のバージョン | 0.0.2 |
最終更新日 | 2021-03-19 |
公開日 | 2021-03-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Mahdi Khavari |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "solar calendar", "description": "Solar calendar for Persian people or anyone who needs it", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/unnamed16.png", "32": "\/images\/unnamed32.png", "48": "\/images\/unnamed48.png", "128": "\/images\/unnamed128.png" } } |