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" } ] } |