Feed2Mail
Get updates from your favorite websites with Feed2Mail.
Feed2Mailคืออะไร?
Feed2Mail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.feed2mail.com และคุณลักษณะหลักของมันคือ "Get updates from your favorite websites with Feed2Mail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feed2Mail
ดาวน์โหลดไฟล์ส่วนขยาย Feed2Mail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get instant updates from your favorite websites by using this extension and Feed2Mail service: 1. Go to the website you are interested in getting updates from. 2. Click the extension icon on your address bar to create a Feed2Mail subscription. The extension icon will appear automatically on a website with a valid RSS or Atom feed. *** NEW on Feed2Mail - Follow any website, even if it doesn't offer feeds. Enter a website address on Feed2Mail to start receiving updates. - Text alerts (paid feature).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Feed2Mail |
ID | aofgeocedkemdjjnejbilobbcahcakop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/feed2mail/aofgeocedkemdjjnejbilobbcahcakop |
คำอธิบาย | Get updates from your favorite websites with Feed2Mail. |
ขนาดไฟล์ | 91.42 KB |
จำนวนการติดตั้ง | 591 |
เวอร์ชันปัจจุบัน | 2.3.6 |
อัปเดตครั้งล่าสุด | 2015-01-25 |
วันที่เผยแพร่ | 2015-01-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.feed2mail.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.feed2mail.com |
ภาษาที่รองรับ | id,de,en,en-GB,fr,nl,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": { "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": "Get updates from your favorite websites with Feed2Mail.", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "Feed2Mail", "page_action": { "default_icon": "feed-icon-16x16.png", "default_popup": "popup.html", "default_title": "Follow this website with Feed2Mail" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.3.6", "web_accessible_resources": [ "iframe.js", "style.css" ] } |