Pulp Quotes
This extension generates quotes from Pulp Fiction.
Pulp Quotesとは何ですか?
Pulp Quotesはclarkbabによって開発されたChromeの拡張機能で、その主な機能は「This extension generates quotes from Pulp Fiction.」です。
拡張機能のスクリーンショット
Pulp Quotes拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" } ] } |