Pruuf
This extension shows spelling and grammar proofing results for Malay, English and Chinese language.
Pruufคืออะไร?
Pruuf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getpruuf.com และคุณลักษณะหลักของมันคือ "This extension shows spelling and grammar proofing results for Malay, English and Chinese language."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pruuf
ดาวน์โหลดไฟล์ส่วนขยาย Pruuf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Created for Malaysian-languages, including Malay, English and Chinese, Pruuf makes sure your text is clear and precise, and free of spelling and grammatical mistakes. HOW DOES PRUUF HELP? Works Everywhere: Helps you write mistake-free text in Gmail, Facebook, Twitter, LinkedIn, and nearly everywhere else on the web. Write with Confidence: Pruuf has your back! It scans your text for common spelling and grammatical mistakes automatically Polish Your Writing: Offers accurate suggestions to correct problematic texts and improve your work. No more embarrassing mistakes! Your image is safe. Help You Shine: No matter what task awaits you — thesis, letters, business plans or even just some simple messages — Pruuf will always be there to make sure you say what you mean. Safeguard Your Data: Your text is checked entirely on your PC. It does not get sent over the Internet to a third-party server. Your work, whether sensitive or not, always stays confidential. REQUIREMENT Pruuf needs to install a program on your Windows machine. This is to safeguard your data and provides better performance. To download, visit: https://www.getpruuf.com PRIVACY POLICY Please visit: https://www.getpruuf.com/privacy DOWNLOAD To download, visit: https://www.getpruuf.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oljhfhohmodfekhjepcfdclmnfeffkei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pruuf/oljhfhohmodfekhjepcfdclmnfeffkei |
คำอธิบาย | This extension shows spelling and grammar proofing results for Malay, English and Chinese language. |
ขนาดไฟล์ | 436 KB |
จำนวนการติดตั้ง | 350 |
เวอร์ชันปัจจุบัน | 1.23 |
อัปเดตครั้งล่าสุด | 2019-09-30 |
วันที่เผยแพร่ | 2019-09-30 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://getpruuf.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pruuf", "description": "This extension shows spelling and grammar proofing results for Malay, English and Chinese language.", "version": "1.23", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Check your language with Pruuf" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |