Gospel Prime
Gospel Prime Notifier
Gospel Primeとは何ですか?
Gospel PrimeはGospel Primeによって開発されたChromeの拡張機能で、その主な機能は「Gospel Prime Notifier」です。
拡張機能のスクリーンショット
Gospel Prime拡張機能のCRXファイルをダウンロード
Gospel Prime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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+
拡張機能の基本情報
名前 | |
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'" } |