Snopes Searcher
Lets you check snopes with a highlight and right-click.
Snopes Searcherคืออะไร?
Snopes Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Warpshade และคุณลักษณะหลักของมันคือ "Lets you check snopes with a highlight and right-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snopes Searcher
ดาวน์โหลดไฟล์ส่วนขยาย Snopes Searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See a story and not sure if it's real or not? Highlight the text and search famed debunker Snopes with this tool. Magnifying glass icon made by Visualpharm and is free under a Creative Commons Attribution-NoDerivatives 3.0 licence. It and more can be found at http://www.visualpharm.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
คำอธิบาย | Lets you check snopes with a highlight and right-click. |
ขนาดไฟล์ | 48.75 KB |
จำนวนการติดตั้ง | 230 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-11-10 |
วันที่เผยแพร่ | 2014-11-10 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Warpshade |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snopes Searcher", "description": "Lets you check snopes with a highlight and right-click.", "version": "1.0.1", "permissions": [ "contextMenus" ], "icons": { "128": "Search_128x128.png", "48": "search.png" }, "background": { "scripts": [ "snopes.js" ] }, "manifest_version": 2 } |