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 |
官方網址 | 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 |
電子郵箱 | [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" } } |