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 |
官方網址 | 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'" } |