Fox News
The official Fox News extension for Google Chrome lets you follow our most popular news before anyone else.
Fox Newsคืออะไร?
Fox News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.foxnews.com และคุณลักษณะหลักของมันคือ "The official Fox News extension for Google Chrome lets you follow our most popular news before anyone else."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fox News
ดาวน์โหลดไฟล์ส่วนขยาย Fox News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Join thousands of others in their support of the Fox News brand and download the only official Fox News extension for Google Chrome today. The official Fox News extension for Google Chrome lets you follow our most popular news stories. Get notifications when new stories are becoming popular so you're one of the first among your friends to know. Choose from the following categories -- you can select one, a few, or all of them to get the personalized news you want! - Entertainment - Health - Leisure - Opinion - Politics - Science - Tech - Sports - Travel - U.S. - Weather - World - Video This extension also enables you to quickly share the most interesting stories you find on Facebook and Twitter with only a couple clicks, all while seeing a preview of the story (complete with picture thumbnail) so you don't waste your valuable time clicking if it's something you're not interested in. UPDATES: v2.4.3 * Updated API calls to v3 v2.4.2 * Added Weather to Options v2.4.1 * Reverted to 15-minute update interval v2.4 * Changed content to 1-minute update interval * Updated API for improved backend compatibility * Filtered feeds by view count * Separated SciTech into Science and Tech to match site hierarchy * Added manifest v2 support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pamidlfalnpbkhdhbbepaibgehibgmna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fox-news/pamidlfalnpbkhdhbbepaibgehibgmna |
คำอธิบาย | The official Fox News extension for Google Chrome lets you follow our most popular news before anyone else. |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 52,046 |
เวอร์ชันปัจจุบัน | 2.4.4 |
อัปเดตครั้งล่าสุด | 2013-08-27 |
วันที่เผยแพร่ | 2013-08-27 |
คะแนน | 2.10/5 รวมทั้งหมด 872 คะแนน |
ผู้พัฒนา | https://www.foxnews.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.foxnews.com/ |
URL หน้าช่วยเหลือ | http://help.foxnews.com/index.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fox News", "version": "2.4.4", "description": "The official Fox News extension for Google Chrome lets you follow our most popular news before anyone else.", "icons": { "16": "images\/fn-logo-16x16.png", "48": "images\/fn-logo-48x48.png", "128": "images\/fn-logo-128x128.png" }, "browser_action": { "default_icon": "images\/fn-logo-16x16.png", "default_title": "Fox News", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/api.foxnews.com; object-src 'self'" } |