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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Problem To Pickle
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |