TorahTab by Sefaria
Learn Torah daily!
什麼是TorahTab by Sefaria?
TorahTab by Sefaria是由dev開發的Chrome擴展程式,該擴展的主要功能是“Learn Torah daily!”。
擴展截圖
下載TorahTab by Sefaria擴展crx文件
下載TorahTab by Sefaria擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Follow your favorite Torah calendar or view a random source every time you open a new tab! 擴展基本資訊
| 名稱 | |
| ID | koknfnobkmemgnldcieojenhklinnibl |
| 官方網址 | https://chromewebstore.google.com/detail/torahtab-by-sefaria/koknfnobkmemgnldcieojenhklinnibl |
| 簡介 | Learn Torah daily! |
| 檔案大小 | 894 KB |
| 安裝次數 | 3,000 |
| 目前版本 | 2.2.1 |
| 更新時間 | 2023-07-05 |
| 上架時間 | 2020-03-04 |
| 評分 | 4.76/5 共 17 次評分 |
| 開發者 | dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.sefaria.org.il/torah-tab |
| 說明頁面URL | https://www.sefaria.org.il/torah-tab |
| 隱私政策頁面URL | https://www.sefaria.org/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TorahTab by Sefaria",
"description": "Learn Torah daily!",
"version": "2.2.1",
"chrome_url_overrides": {
"newtab": "tab.html"
},
"icons": {
"192": "icons\/icon192.png",
"144": "icons\/icon144.png",
"128": "icons\/icon128.png",
"96": "icons\/icon96.png",
"72": "icons\/icon72.png",
"48": "icons\/icon48.png"
},
"browser_action": {
"default_icon": {
"192": "icons\/icon192.png",
"144": "icons\/icon144.png",
"128": "icons\/icon128.png",
"96": "icons\/icon96.png",
"72": "icons\/icon72.png",
"48": "icons\/icon48.png"
},
"default_title": "TorahTab by Sefaria"
},
"background": {
"scripts": [
"bundle\/background-bundle.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' object-src 'self'",
"permissions": [
"storage",
"alarms"
]
} | |