微博RSS高级同步
设置你的RSS源并同步到新浪微博。由于这是一个本地扩展,所以比其他同步服务更及时(2~5分钟)。同时提供更多设置。
Wat is 微博RSS高级同步?
微博RSS高级同步 is een Chrome-extensie ontwikkeld door https://im007boy.com, en de belangrijkste functie is "设置你的RSS源并同步到新浪微博。由于这是一个本地扩展,所以比其他同步服务更及时(2~5分钟)。同时提供更多设置。".
Extensie Screenshots
Download het CRX-bestand van de extensie 微博RSS高级同步
Download 微博RSS高级同步-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
**本扩展已获新浪推荐:http://t.sina.com.cn/app/detail/20bUEy 网上能同步微博的服务响应较慢,自带的关联博客服务也不稳定,同时无法自由设置输出格式、设置多个RSS源等。 这个Chrome扩展可以添加多个RSS并自由的设置输出格式(是否包含链接、标题,在何处加入自定义数据等),并进行同步。比一般同步服务更快(3~5分钟一轮)。 指令包括 标题:[title] 链接:[link] 简介:[desc] 自定义字符串:[msg:字符串] 使用+号相连接。只能用一次。样例: [desc] [title]+[link] [msg:快讯]+[title]+[desc]+[link] 2013-02-12: 更新了新浪oauth接口,又能用了 最近更新:增加编辑功能;美化选项页面;
Basisinformatie over de Extensie
Naam | 微博RSS高级同步 |
ID | lbjoepelakaocfmgdmmngdgjighomafm |
Officiële URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9Arss%E9%AB%98%E7%BA%A7%E5%90%8C%E6%AD%A5/lbjoepelakaocfmgdmmngdgjighomafm |
Beschrijving | 设置你的RSS源并同步到新浪微博。由于这是一个本地扩展,所以比其他同步服务更及时(2~5分钟)。同时提供更多设置。 |
Bestandsgrootte | 303 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2013-07-29 |
Publicatiedatum | 2013-07-29 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://im007boy.com |
Betalingswijze | free |
Extensiewebsite | http://www.neverbest.com |
Help Pagina-URL | http://blog.neverbest.com/chrome%e6%89%a9%e5%b1%95%e5%8f%8d%e9%a6%88/ |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u535aRSS\u9ad8\u7ea7\u540c\u6b65", "description": "\u8bbe\u7f6e\u4f60\u7684RSS\u6e90\u5e76\u540c\u6b65\u5230\u65b0\u6d6a\u5fae\u535a\u3002\u7531\u4e8e\u8fd9\u662f\u4e00\u4e2a\u672c\u5730\u6269\u5c55\uff0c\u6240\u4ee5\u6bd4\u5176\u4ed6\u540c\u6b65\u670d\u52a1\u66f4\u53ca\u65f6(2~5\u5206\u949f)\u3002\u540c\u65f6\u63d0\u4f9b\u66f4\u591a\u8bbe\u7f6e\u3002", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "19": ".\/img\/icon48.png", "38": ".\/img\/icon48.png" }, "default_title": "\u6dfb\u52a0feed", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/js\/feed_finder.js" ] }, { "matches": [ "https:\/\/api.weibo.com\/oauth2\/default.html*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/; object-src 'self'", "options_page": "options.html", "background": { "persistent": true, "scripts": [ "oauth2\/oauth2.js", "oauth2\/adapters\/weibo.js", "oauth2\/init.js", ".\/js\/analytics.js", ".\/lib\/jquery.1.10.js", ".\/js\/userdata.js", ".\/js\/background.js", ".\/js\/share.background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.5.3" } |