Find your sentence - Right Click
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Find your sentence - Right Clickคืออะไร?
Find your sentence - Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/tientx และคุณลักษณะหลักของมันคือ "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find your sentence - Right Click
ดาวน์โหลดไฟล์ส่วนขยาย Find your sentence - Right Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find your sentence - Right Click |
ID | fidadahkfilmdojoobcbaanlbhdjnmll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll |
คำอธิบาย | Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia... |
ขนาดไฟล์ | 7.92 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2016-11-03 |
วันที่เผยแพร่ | 2016-11-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/tientx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...", "icons": { "128": "lludwig-logo-128x128.png" }, "minimum_chrome_version": "6", "name": "Find your sentence - Right Click", "permissions": [ "contextMenus", "windows" ], "version": "1.0.0.0", "manifest_version": 2 } |