Hijri for chrome
Hijri date for chrome
Hijri for chromeとは何ですか?
Hijri for chromeはShafkathullah Ihsanによって開発されたChromeの拡張機能で、その主な機能は「Hijri date for chrome」です。
拡張機能のスクリーンショット
Hijri for chrome拡張機能のCRXファイルをダウンロード
Hijri for chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hijri calendar for chrome allows users to quickly view current hijri date along with current time and gregorian date, in an attractive user interface. Use following keyboard shortcut for quicker reveal of the extension, from any page. -"Command+H" for macOS -"Ctrl+Shift+H" for Windows and Linux Feel free to give feedback and suggestions. Thank you.
拡張機能の基本情報
名前 | Hijri for chrome |
ID | mfpccgpbmpdchnodfnacjgjgdkdldohe |
公式URL | https://chromewebstore.google.com/detail/hijri-for-chrome/mfpccgpbmpdchnodfnacjgjgdkdldohe |
説明 | Hijri date for chrome |
ファイルサイズ | 263 KB |
インストール数 | 1,621 |
現在のバージョン | 1.2 |
最終更新日 | 2021-07-11 |
公開日 | 2020-05-25 |
評価 | 4.64/5 合計 11 レビュー |
開発者 | Shafkathullah Ihsan |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/shafu_xyz |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hijri for chrome", "version": "1.2", "description": "Hijri date for chrome", "icons": { "16": "hijri_16.png", "48": "hijri_48.png", "128": "hijri_128.png" }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "hijri.png" }, "background": { "page": "bg.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+H" }, "description": "Opens popup.html" } } } |