Show Me The Recipe!

Skip the life story on recipe blogs and get what you came for - the recipe!

Show Me The Recipe!คืออะไร?

Show Me The Recipe! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pgosh และคุณลักษณะหลักของมันคือ "Skip the life story on recipe blogs and get what you came for - the recipe!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Me The Recipe!

ดาวน์โหลดไฟล์ส่วนขยาย Show Me The Recipe! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show Me The Recipe! Show Me The Recipe!
ID bchinpknmmmhblibnjgckcbicajcddni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-me-the-recipe/bchinpknmmmhblibnjgckcbicajcddni
คำอธิบาย Skip the life story on recipe blogs and get what you came for - the recipe!
ขนาดไฟล์ 27.18 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-09-28
วันที่เผยแพร่ 2018-02-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา pgosh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}