IngredientsPls

Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.

IngredientsPlsคืออะไร?

IngredientsPls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luisbe090 และคุณลักษณะหลักของมันคือ "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IngredientsPls

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

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

ชื่อ IngredientsPls IngredientsPls
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
อีเมล [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"
    }
}