Pulp Quotes

This extension generates quotes from Pulp Fiction.

Pulp Quotesคืออะไร?

Pulp Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย clarkbab และคุณลักษณะหลักของมันคือ "This extension generates quotes from Pulp Fiction."

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

screenshot

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

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

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

                        Tired of having to generate content to fill every required text input?? Now with a simple press of 'Ctrl + I' you can insert a quote from the '94 Tarantino classic Pulp Fiction!

Useful for:
* Content generation for testing.
* Web surveys.
* Social media messages.
* Repelling stalkers.                    

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

ชื่อ Pulp Quotes Pulp Quotes
ID dmoogfgibbljacipjmkfdgmgcfdmmgmc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pulp-quotes/dmoogfgibbljacipjmkfdgmgcfdmmgmc
คำอธิบาย This extension generates quotes from Pulp Fiction.
ขนาดไฟล์ 42.15 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-02-24
วันที่เผยแพร่ 2018-02-24
ผู้พัฒนา clarkbab
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pulp Quotes",
    "description": "This extension generates quotes from Pulp Fiction.",
    "version": "1.1.0",
    "permissions": [
        "storage"
    ],
    "options_page": "pulp-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "pulp-quotes.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}