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 là gì?
Problem To Pickle là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Problem To Pickle
Tải xuống các tệp mở rộng Problem To Pickle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
URL Chính Thức | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Mô tả | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Kích Thước Tệp | 18.12 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-04-01 |
Ngày Phát Hành | 2020-04-01 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://designpickle.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |