Show Me The Recipe!
Skip the life story on recipe blogs and get what you came for - the recipe!
Show Me The Recipe! là gì?
Show Me The Recipe! là một tiện ích mở rộng Chrome được phát triển bởi pgosh, và tính năng chính của nó là "Skip the life story on recipe blogs and get what you came for - the recipe!".
Ả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 Show Me The Recipe!
Tải xuống các tệp mở rộng Show Me The Recipe! 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
The 'Adblock' for recipe blogs! When you just need to know how many eggs, but don't want to read about the divorce. This extension finds the actual recipe on many* popular recipe blogs, and brings it to the top of the page - no more scrolling to the bottom to get what you came for. Think the author's blog post should take precedence over the recipe? Don't install this extension. SUPPORT: Recipe isn't above the blog as promised? Something else went wrong? Contact the support email below and we'll fix it ASAP * Please note: We are working on getting as many to work as possible, but some sites can't be affected for technical reasons. Let us know and we'll do our best!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show Me The Recipe! |
ID | bchinpknmmmhblibnjgckcbicajcddni |
URL Chính Thức | https://chromewebstore.google.com/detail/show-me-the-recipe/bchinpknmmmhblibnjgckcbicajcddni |
Mô tả | Skip the life story on recipe blogs and get what you came for - the recipe! |
Kích Thước Tệp | 27.18 KB |
Số Lần Cài Đặt | 145 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-09-28 |
Ngày Phát Hành | 2018-02-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | pgosh |
[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", "manifest_version": 2, "name": "Show Me The Recipe!", "description": "Skip the life story on recipe blogs and get what you came for - the recipe!", "version": "1.1.1", "author": "Peter Goshulak", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [], "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Show Me The Recipe! ENABLED" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "css": [ "style.css" ], "js": [ "selectors.js", "content.js" ] } ] } |