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 |
官方網址 | 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" } ] } |