Force=Horse
As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
Force=Horseคืออะไร?
Force=Horse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force=Horse
ดาวน์โหลดไฟล์ส่วนขยาย Force=Horse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to Horses... See source here - https://github.com/J00MZ/force-horse
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Force=Horse |
ID | admniokofphkhglpdbipmlaabjlclmip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip |
คำอธิบาย | As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to… |
ขนาดไฟล์ | 5.85 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2014-09-09 |
วันที่เผยแพร่ | 2014-09-09 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force=Horse", "short_name": "Force=Horse", "version": "0.3", "permissions": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.google.com\/*", "http:\/\/*.wikipedia.org\/*", "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.nypost.com\/*", "http:\/\/*.suntimes.com\/*", "http:\/\/*.chicagotribune.com\/*", "http:\/\/*.cnn.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.google.com\/*", "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.nypost.com\/*", "http:\/\/*.suntimes.com\/*", "http:\/\/*.chicagotribune.com\/*", "http:\/\/edition.cnn.com\/*" ], "js": [ "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |