RSS Subscription Extension (by Google)
Adds one-click subscription to your toolbar.
RSS Subscription Extension (by Google)คืออะไร?
RSS Subscription Extension (by Google) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Adds one-click subscription to your toolbar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Subscription Extension (by Google)
ดาวน์โหลดไฟล์ส่วนขยาย RSS Subscription Extension (by Google) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension auto-detects RSS feeds on the page you are reading and upon finding one will display an RSS icon in the Omnibox, allowing you to click on it to preview the feed content and subscribe. The extension comes with a few feed readers predefined (Newsblur, My Yahoo, Feedly, Inoreader, The Old Reader) but also allows you to add any web-based feed reader of your choice to the list. What's new in version 2.2.7? + Fixed truncation in feed preview. What's new in version 2.2.6? + Added a couple of more Feed reader services. What's new in version 2.2.5? + This version contains security fixes. + Replaced deprecated Bloglines RSS service with Newsblur. What's new in version 2.2.2? + Doesn't run in the background all the time, only when in use. + Updated to not use a soon-to-be-deprecated API. What's new in version 2.2.1? + Removed Google Reader and iGoogle from the list of default feed readers. What's new in version 2.1? + This extension is now available in over 40 languages. + If you see localization problems, let us know: http://crbug.com/37233 Changelist: + Navigating to feed pages directly now takes you to the subscription page (instead of showing XML). + Found a feed where this doesn't happen? Let us know: http://crbug.com/32967 + Added an Options page for configuring feed readers. + Added an option to skip the feed preview page when subscribing. + Added a link to the preview page for those wanting to copy the direct feed link (look for the [ Feed ] link in the blue bar). + Added support for multiple feeds per page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RSS Subscription Extension (by Google) |
ID | nlbjncdgjeocebhnmkbbbdekmmmcbfjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rss-subscription-extensio/nlbjncdgjeocebhnmkbbbdekmmmcbfjd |
คำอธิบาย | Adds one-click subscription to your toolbar. |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 732,944 |
เวอร์ชันปัจจุบัน | 2.2.7 |
อัปเดตครั้งล่าสุด | 2023-06-18 |
วันที่เผยแพร่ | 2014-08-25 |
คะแนน | 3.96/5 รวมทั้งหมด 3463 คะแนน |
ผู้พัฒนา | [email protected] |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "sniff_common.js", "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "sniff_common.js", "feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_rss_subscription_description__", "icons": { "128": "feed-icon-128x128.png" }, "manifest_version": 2, "name": "__MSG_rss_subscription_name__", "options_page": "options.html", "page_action": { "default_icon": "feed-icon-16x16.png", "default_popup": "popup.html", "default_title": "__MSG_rss_subscription_default_title__" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "2.2.7", "web_accessible_resources": [ "iframe.js", "style.css" ] } |