Pulp Quotes
This extension generates quotes from Pulp Fiction.
Vad är Pulp Quotes?
Pulp Quotes är en Chrome-tillägg utvecklad av clarkbab, och dess huvudfunktion är "This extension generates quotes from Pulp Fiction.".
Tilläggsskärmbilder
Ladda ner Pulp Quotes-förlängningens CRX-fil
Ladda ner Pulp Quotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | dmoogfgibbljacipjmkfdgmgcfdmmgmc |
Officiell webbadress | https://chrome.google.com/webstore/detail/pulp-quotes/dmoogfgibbljacipjmkfdgmgcfdmmgmc |
Beskrivning | This extension generates quotes from Pulp Fiction. |
Filstorlek | 42.15 KB |
Antal Installationer | 16 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2018-02-24 |
Publiceringsdatum | 2018-02-24 |
Utvecklare | clarkbab |
Betalningssätt | free |
Stödda Språk | 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" } ] } |