Ahmadiyya Muslim - Affiliated Websites

Ahmadiyya Muslim Association Websites...

Ahmadiyya Muslim - Affiliated Websites란 무엇입니까?

Ahmadiyya Muslim - Affiliated Websites은(는) Asif Javed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ahmadiyya Muslim Association Websites..."입니다.

확장 프로그램 스크린샷

screenshot

Ahmadiyya Muslim - Affiliated Websites 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The internet is like the universe, ever-expanding with no known boundaries.  There is more information than I could ever hope to access.  To deal with the volume of content on the web, I use bookmarks to keep track of my favourite websites But as the number of websites that I bookmark grows, it quickly gets difficult to find the time to check each one every day. So I have created a list of all Jama’at websites. 

Hope this will help.                    

확장 프로그램 기본 정보

이름 Ahmadiyya Muslim - Affiliated Websites Ahmadiyya Muslim - Affiliated Websites
ID eilogcliffglhnomipibicochnpdahla
공식 URL https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla
설명 Ahmadiyya Muslim Association Websites...
파일 크기 1.07 MB
설치 횟수 46
현재 버전 1.2
최근 업데이트 2013-10-25
출시 날짜 2013-10-25
평점 3.50/5 총 8 개의 평점
개발자 Asif Javed
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahmadiyya Muslim - Affiliated Websites",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Ahmadiyya Muslim Association Websites...",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "Ahmadiyya Muslim Association Websites "
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Ahmadiyya Muslim Association Websites",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}