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 |
| 官方網址 | 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": []
} | |