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"
]
}
]
} | |