I Just Want the Recipe Janet
I don't need the whole backstory, I just want to make some eggplant carbonara.
什么是I Just Want the Recipe Janet?
I Just Want the Recipe Janet是由https://christopherpatty.com开发的Chrome扩展程序,该扩展的主要功能是“I don't need the whole backstory, I just want to make some eggplant carbonara.”。
扩展截图
下载I Just Want the Recipe Janet扩展crx文件
下载I Just Want the Recipe Janet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wanted to skip the marital problems and jump straight to the cookie recipe on your favorite food blog? This extension detects recipes and will prompt you with a button which replaces everything on the page with just the recipe. 扩展基本信息
| 名称 | |
| ID | hbdplfijcjnbgeifjbhdgdpaniodhcbf |
| 官方URL | https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf |
| 简介 | I don't need the whole backstory, I just want to make some eggplant carbonara. |
| 文件大小 | 11.8 KB |
| 安装次数 | 2,500 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2019-07-14 |
| 上架时间 | 2019-07-08 |
| 评分 | 4.33/5 共9次评分 |
| 开发者 | https://christopherpatty.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "I Just Want the Recipe Janet",
"version": "0.0.2",
"manifest_version": 2,
"description": "I don't need the whole backstory, I just want to make some eggplant carbonara.",
"homepage_url": "http:\/\/extensionizr.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |