Gospel Prime

Gospel Prime Notifier

Gospel Prime란 무엇입니까?

Gospel Prime은(는) Gospel Prime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gospel Prime Notifier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gospel Prime 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A melhor maneira de se manter informado e conectado com o mundo Gospel. Além de avisar sobre novos artigos, esta extensão permite compartilhar diretamente do seu navegador no seu perfil do Facebook, Twitter ou Google+                    

확장 프로그램 기본 정보

이름 Gospel Prime Gospel Prime
ID cebakbemilapbbdabdpeajmfdnfpjljm
공식 URL https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm
설명 Gospel Prime Notifier
파일 크기 1.91 MB
설치 횟수 22
현재 버전 28
최근 업데이트 2013-09-25
출시 날짜 2013-09-25
평점 4.75/5 총 4 개의 평점
개발자 Gospel Prime
결제 유형 free
확장 프로그램 웹 사이트 http://www.gospelprime.com.br/
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gospel Prime",
    "description": "Gospel Prime Notifier",
    "version": "28",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Gospel Prime",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "logo_128.png",
        "48": "logo_48.png"
    },
    "permissions": [
        "http:\/\/*.feedburner.com\/*",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/ajax.googleapis.com\/*",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'"
}