IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
IngredientsPls là gì?
IngredientsPls là một tiện ích mở rộng Chrome được phát triển bởi luisbe090, và tính năng chính của nó là "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IngredientsPls
Tải xuống các tệp mở rộng IngredientsPls dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
URL Chính Thức | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Mô tả | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Kích Thước Tệp | 27.38 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2020-12-26 |
Ngày Phát Hành | 2020-12-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | luisbe090 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |