聚合通

聚合通

将多个RSS聚合和四大门户微博帐号绑定,让RSS聚合更新第一时间同步到微博,支持新浪,网易,搜狐,腾讯微博,并支持智能分析添加RSS聚合中图片到微博。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "聚合通",
  "version": "2.1.6",
  "description": "将多个RSS聚合和四大门户微博帐号绑定,让RSS聚合更新第一时间同步到微博,支持新浪,网易,搜狐,腾讯微博,并支持智能分析添加RSS聚合中图片到微博。",
  "icons": {
    "16": "./img/rss16.png",
    "48": "./img/rss48.png",
    "128": "./img/rss128.png"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "http://rss2weibo.danding.net",
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "./img/rss48.png"
  ],
  "browser_action": {
    "default_icon": "./img/rss48.png",
    "default_popup": "popup.html"
  }
}