Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
什么是Problem To Pickle?
Problem To Pickle是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.”。
扩展截图
下载Problem To Pickle扩展crx文件
下载Problem To Pickle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help. Install this simple extension and all of your problems will turn into delicious pickles!
扩展基本信息
名称 | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
官方URL | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
简介 | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
文件大小 | 18.12 KB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2020-04-01 |
上架时间 | 2020-04-01 |
评分 | 5.00/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://designpickle.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Problem To Pickle", "version": "1.0", "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" } } |