Verse of the Day
Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Verse of the Dayとは何ですか?
Verse of the DayはBPilgrimsによって開発されたChromeの拡張機能で、その主な機能は「Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates」です。
拡張機能のスクリーンショット
Verse of the Day拡張機能のCRXファイルをダウンロード
Verse of the Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page. 拡張機能の基本情報
| 名前 | |
| ID | bllkckadeocbkadhljefebcfmohhgdgj |
| 公式URL | https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj |
| 説明 | Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates |
| ファイルサイズ | 182 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2020-12-25 |
| 公開日 | 2020-11-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | BPilgrims |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://bpilgrims.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Verse of the Day",
"version": "1.4",
"manifest_version": 2,
"description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates",
"homepage_url": "https:\/\/bpilgrims.com",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'",
"browser_action": {
"default_icon": "icons\/icon32.png",
"default_title": "Welcome",
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |