Hijri for chrome
Hijri date for chrome
Vad är Hijri for chrome?
Hijri for chrome är en Chrome-tillägg utvecklad av Shafkathullah Ihsan, och dess huvudfunktion är "Hijri date for chrome".
Tilläggsskärmbilder
Ladda ner Hijri for chrome-förlängningens CRX-fil
Ladda ner Hijri for chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Hijri for chrome |
ID | mfpccgpbmpdchnodfnacjgjgdkdldohe |
Officiell webbadress | https://chromewebstore.google.com/detail/hijri-for-chrome/mfpccgpbmpdchnodfnacjgjgdkdldohe |
Beskrivning | Hijri date for chrome |
Filstorlek | 263 KB |
Antal Installationer | 1,621 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-07-11 |
Publiceringsdatum | 2020-05-25 |
Betyg | 4.64/5 Totalt 11 Betyg |
Utvecklare | Shafkathullah Ihsan |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://twitter.com/shafu_xyz |
Stödda Språk | 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" } } } |