Pulp Quotes

This extension generates quotes from Pulp Fiction.

Pulp Quotes là gì?

Pulp Quotes là một tiện ích mở rộng Chrome được phát triển bởi clarkbab, và tính năng chính của nó là "This extension generates quotes from Pulp Fiction.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pulp Quotes

Tải xuống các tệp mở rộng Pulp Quotes 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pulp Quotes Pulp Quotes
ID dmoogfgibbljacipjmkfdgmgcfdmmgmc
URL Chính Thức https://chrome.google.com/webstore/detail/pulp-quotes/dmoogfgibbljacipjmkfdgmgcfdmmgmc
Mô tả This extension generates quotes from Pulp Fiction.
Kích Thước Tệp 42.15 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-02-24
Ngày Phát Hành 2018-02-24
Nhà Phát Triển clarkbab
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": "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"
        }
    ]
}