Islamic New Tab

Ramadan Daily tasks and selected fataws with gorgeous backgrounds

Islamic New Tab란 무엇입니까?

Islamic New Tab은(는) http://saadawi.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ramadan Daily tasks and selected fataws with gorgeous backgrounds "입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Islamic New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ramadan Daily tasks and selected fataws with gorgeous backgrounds                    

확장 프로그램 기본 정보

이름 Islamic New Tab Islamic New Tab
ID paaeggchaegpodbbdknafjdaonighghj
공식 URL https://chrome.google.com/webstore/detail/islamic-new-tab/paaeggchaegpodbbdknafjdaonighghj
설명 Ramadan Daily tasks and selected fataws with gorgeous backgrounds
파일 크기 16.03 MB
설치 횟수 93
현재 버전 0.3
최근 업데이트 2016-05-24
출시 날짜 2016-05-24
평점 4.67/5 총 3 개의 평점
개발자 http://saadawi.me
이메일 [email protected]
결제 유형 free
지원되는 언어
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Islamic New Tab",
    "version": "0.3",
    "description": "Ramadan Daily tasks and selected fataws with gorgeous backgrounds ",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Ahmed Elsaadawi",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "optional_permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "https:\/\/islamqa.info\/",
        "http:\/\/saadawi.me\/"
    ]
}