Pulp Quotes
This extension generates quotes from Pulp Fiction.
What is Pulp Quotes?
Pulp Quotes is a Chrome extension developed by clarkbab, and its main feature is "This extension generates quotes from Pulp Fiction.".
Extension Screenshots
Download Pulp Quotes Extension CRX File
Download Pulp Quotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dmoogfgibbljacipjmkfdgmgcfdmmgmc |
Official URL | https://chrome.google.com/webstore/detail/pulp-quotes/dmoogfgibbljacipjmkfdgmgcfdmmgmc |
Description | This extension generates quotes from Pulp Fiction. |
File Size | 42.15 KB |
Installation Count | 16 |
Current Version | 1.1.0 |
Last Updated | 2018-02-24 |
Publish Date | 2018-02-24 |
Developer | clarkbab |
Payment Type | free |
Supported Languages | 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" } ] } |