Pulp Quotes
This extension generates quotes from Pulp Fiction.
Cos'è Pulp Quotes?
Pulp Quotes è un'estensione di Chrome sviluppata da clarkbab, e la sua funzione principale è "This extension generates quotes from Pulp Fiction.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pulp Quotes
Scarica i file di estensione Pulp Quotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dmoogfgibbljacipjmkfdgmgcfdmmgmc |
URL Ufficiale | https://chrome.google.com/webstore/detail/pulp-quotes/dmoogfgibbljacipjmkfdgmgcfdmmgmc |
Descrizione | This extension generates quotes from Pulp Fiction. |
Dimensione del File | 42.15 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2018-02-24 |
Data di Pubblicazione | 2018-02-24 |
Sviluppatore | clarkbab |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |