my-bible
my-bible
什麼是my-bible?
my-bible是由zelenkooleksii75開發的Chrome擴展程式,該擴展的主要功能是“my-bible”。
擴展截圖
下載my-bible擴展crx文件
下載my-bible擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
King James Bible Quick search. Resize bible text and window width. Number of verses displayed. Random verse. Saving and restoring your settings - font size and window width. Restore default settings. German, Russian, Greek, Chinese, French, Spanish, Turkish, Old Slavic, Belarusian translations.
擴展基本資訊
名稱 | |
ID | gopblffdbhncklknfkalmldejndpejnd |
官方網址 | https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd |
簡介 | my-bible |
檔案大小 | 2.74 MB |
安裝次數 | 211 |
目前版本 | 1.0.0 |
更新時間 | 2020-05-28 |
上架時間 | 2020-05-27 |
評分 | 1.00/5 共 1 次評分 |
開發者 | zelenkooleksii75 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "my-bible", "permissions": [ "storage" ], "description": "my-bible", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "my-bible", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |