Hijri for chrome
Hijri date for chrome
Hijri for chrome란 무엇입니까?
Hijri for chrome은(는) Shafkathullah Ihsan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hijri date for chrome"입니다.
확장 프로그램 스크린샷
Hijri for chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } } |