Feed2Mail
Get updates from your favorite websites with Feed2Mail.
什麼是Feed2Mail?
Feed2Mail是由https://www.feed2mail.com開發的Chrome擴展程式,該擴展的主要功能是“Get updates from your favorite websites with Feed2Mail.”。
擴展截圖
下載Feed2Mail擴展crx文件
下載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). 擴展基本資訊
| 名稱 | |
| ID | aofgeocedkemdjjnejbilobbcahcakop |
| 官方網址 | 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"
]
} | |