Hijri for chrome
Hijri date for chrome
What is Hijri for chrome?
Hijri for chrome is a Chrome extension developed by Shafkathullah Ihsan, and its main feature is "Hijri date for chrome".
Extension Screenshots
Download Hijri for chrome Extension CRX File
Download Hijri for chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hijri for chrome |
ID | mfpccgpbmpdchnodfnacjgjgdkdldohe |
Official URL | https://chromewebstore.google.com/detail/hijri-for-chrome/mfpccgpbmpdchnodfnacjgjgdkdldohe |
Description | Hijri date for chrome |
File Size | 263 KB |
Installation Count | 1,621 |
Current Version | 1.2 |
Last Updated | 2021-07-11 |
Publish Date | 2020-05-25 |
Rating | 4.64/5 Total 11 Ratings |
Developer | Shafkathullah Ihsan |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/shafu_xyz |
Supported Languages | 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" } } } |