What Should I Eat?
Discover what to eat with a new tab
What Should I Eat?とは何ですか?
What Should I Eat?はhttps://whatshouldieat.xyzによって開発されたChromeの拡張機能で、その主な機能は「Discover what to eat with a new tab」です。
拡張機能のスクリーンショット
What Should I Eat?拡張機能のCRXファイルをダウンロード
What Should I Eat?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Look no further! Discover what to eat with a tantalizing and inspiring new recipe each time you open a new Chrome tab on your computer.
An initiative of Lightspeed Turtle. 拡張機能の基本情報
| 名前 | |
| ID | odopgncgnappoijnnfddcipaegjmnihl |
| 公式URL | https://chromewebstore.google.com/detail/what-should-i-eat/odopgncgnappoijnnfddcipaegjmnihl |
| 説明 | Discover what to eat with a new tab |
| ファイルサイズ | 419 KB |
| インストール数 | 16 |
| 現在のバージョン | 2.1.3 |
| 最終更新日 | 2018-02-26 |
| 公開日 | 2018-02-26 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://whatshouldieat.xyz |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.facebook.com/lightspeedturtle/ |
| ヘルプページのURL | https://www.facebook.com/lightspeedturtle/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "What Should I Eat?",
"version": "2.1.3",
"description": "Discover what to eat with a new tab",
"short_name": "What Should I Eat?",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/use.fontawesome.com https:\/\/embed.typeform.com https:\/\/static.hotjar.com https:\/\/insights.hotjar.com; object-src 'self'",
"permissions": []
} | |