Islamic Prayer Times for Facebook
Islamic Prayer Times for Facebook
Islamic Prayer Times for Facebook란 무엇입니까?
Islamic Prayer Times for Facebook은(는) Isham Mohamed M.I에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Islamic Prayer Times for Facebook"입니다.
확장 프로그램 스크린샷
Islamic Prayer Times for Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a chrome extension to show localized Sri Lankan Islamic prayer times in Facebook. This appears in the top-right slide bar of Facebook and shows current Georgian date, current Hijri (Islamic) date and the prayer times for 5 prayers of a day with sun rise time. This is suitable, and a must use extension for all Sri Lankan Muslims, with Facebook. Prayer times are provided by SLMuslims.com (http://slmuslims.com/) a premier islamic website from Sri Lanka. and is approved by All Ceylon Jamiyyathul Ulama (http://acju.lk/)
확장 프로그램 기본 정보
이름 | Islamic Prayer Times for Facebook |
ID | hhpldoknomnocoijpkjhgdaggdadgmmb |
공식 URL | https://chromewebstore.google.com/detail/islamic-prayer-times-for/hhpldoknomnocoijpkjhgdaggdadgmmb |
설명 | Islamic Prayer Times for Facebook |
파일 크기 | 169 KB |
설치 횟수 | 240 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-09-24 |
출시 날짜 | 2012-09-24 |
평점 | 4.08/5 총 13 개의 평점 |
개발자 | Isham Mohamed M.I |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/isham_m_iqbal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/\\?*", "https:\/\/www.facebook.com\/\\?*", "http:\/\/www.facebook.com\\?*", "https:\/\/www.facebook.com\\?*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "icons": { "256": "logo256.png", "128": "logo128.png", "96": "logo48.png", "48": "logo48.png" }, "description": "Islamic Prayer Times for Facebook", "name": "Islamic Prayer Times for Facebook", "options_page": "about.html", "version": "1.0" } |