Shoyu RSS/Atom Feed Updates
Simple feed updater.
Shoyu RSS/Atom Feed Updatesคืออะไร?
Shoyu RSS/Atom Feed Updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmacgreg และคุณลักษณะหลักของมันคือ "Simple feed updater."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shoyu RSS/Atom Feed Updates
ดาวน์โหลดไฟล์ส่วนขยาย Shoyu RSS/Atom Feed Updates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* Check RSS and Atom feeds for updates, on-demand, within Chrome * View feeds with a compatible RSS preview extension (available separately) * Manage feeds with the standard Chrome bookmark manager "Shoyu Feed Updates" is a FAST, easy way to keep up to date with your favorite feeds without using an online reader service; you might like it if you: * don't check hundreds of feeds * don't want feeds to look like e-mail * do miss the "Sage RSS" extension from Firefox Recent changes: * Nothing, other than manifest version 2 support * but, hopefully some major improvements very soon! Chrome has no built-in facility for feed detection, preview, or subscriptions; we recommend the original "Google RSS Subscription Extension" or our own "Shoyu Feed Preview", available at: https://chrome.google.com/extensions/detail/ilicaedjojicckapfpfdoakbehjpfkah
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opnimlbiokbgomihhpobbgnlfolgdada |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shoyu-rssatom-feed-update/opnimlbiokbgomihhpobbgnlfolgdada |
คำอธิบาย | Simple feed updater. |
ขนาดไฟล์ | 33.36 KB |
จำนวนการติดตั้ง | 396 |
เวอร์ชันปัจจุบัน | 1.0.4.5 |
อัปเดตครั้งล่าสุด | 2013-07-06 |
วันที่เผยแพร่ | 2013-07-06 |
คะแนน | 4.31/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | cmacgreg |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://code.google.com/p/shoyu/ |
URL หน้าช่วยเหลือ | http://twitter.com/cmacgreg |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "us.js" ], "persistent": true }, "browser_action": { "default_icon": "shoyu-icon-128x128.png", "default_title": "Feeds", "default_popup": "popup.html" }, "description": "Simple feed updater.", "icons": { "128": "shoyu-icon-128x128-no-unread.png" }, "name": "Shoyu RSS\/Atom Feed Updates", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "tabs" ], "version": "1.0.4.5", "manifest_version": 2 } |