Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Co je Problem To Pickle?
Problem To Pickle je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Problem To Pickle
Stáhněte si soubory rozšíření Problem To Pickle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
Oficiální URL | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Popis | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Velikost souboru | 18.12 KB |
Počet instalací | 33 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-04-01 |
Datum Vydání | 2020-04-01 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://designpickle.com |
Podporované Jazyky | 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" } } |