IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
IngredientsPlsとは何ですか?
IngredientsPlsはluisbe090によって開発されたChromeの拡張機能で、その主な機能は「Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.」です。
拡張機能のスクリーンショット
IngredientsPls拡張機能のCRXファイルをダウンロード
IngredientsPls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scrolls to the recipe part of a food blog site, skipping the wordy and often redundant exposition. Can be configured to automatically scroll on page visit. Works for sites like: - Serious Eats - Food Network - Food52 - Epicurious - AllRecipes and so many other food sites and blogs!
拡張機能の基本情報
名前 | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
公式URL | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
説明 | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
ファイルサイズ | 27.38 KB |
インストール数 | 65 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-12-26 |
公開日 | 2020-12-17 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | luisbe090 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IngredientsPls", "version": "0.0.0.3", "description": "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "IngredientsPls", "default_popup": "popup\/popup_default.html", "default_icon": { "16": "images\/fried-16.png", "32": "images\/fried-32.png", "48": "images\/fried-64.png", "128": "images\/fried-128.png" } }, "icons": { "16": "images\/fried-16.png", "32": "images\/fried-32.png", "48": "images\/fried-64.png", "128": "images\/fried-128.png" } } |