一览
使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络
What is 一览?
一览 is a Chrome extension developed by http://www.yilan.io, and its main feature is "使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络".
Extension Screenshots
Download 一览 Extension CRX File
Download 一览 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络。 自动发现当前页面中的RSS链接,并一键订阅。 内建推荐引擎,可以根据您的阅读习惯为您推荐可能感兴趣的内容,用得越久推荐越准! 此扩展可以查看最近更新的文章、推荐的文章以及订阅列表等内容。 同时支持Web、iOS、Android平台,多终端同步,一致流畅的阅读体验!
Extension Basic Information
Name | |
ID | agecgafmmkghenpophjhokennabaanhn |
Official URL | https://chrome.google.com/webstore/detail/%E4%B8%80%E8%A7%88/agecgafmmkghenpophjhokennabaanhn |
Description | 使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络 |
File Size | 314 KB |
Installation Count | 353 |
Current Version | 1.1.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.89/5 Total 9 Ratings |
Developer | http://www.yilan.io |
Payment Type | free |
Help Page URL | http://www.yilan.io/help/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e00\u89c8", "version": "1.1.3", "description": "\u4f7f\u7528\u4e00\u89c8\uff0c\u60a8\u53ef\u4ee5\u5c06\u559c\u7231\u7684\u7ad9\u70b9\u805a\u5408\u8d77\u6765\u5e76\u9ad8\u6548\u9605\u8bfb\uff0c\u6536\u85cf\u559c\u6b22\u7684\u6587\u7ae0\u6536\u85cf\u5e76\u63a8\u8350\u7ed9\u597d\u53cb\uff0c\u6216\u5206\u4eab\u5230\u793e\u4ea4\u7f51\u7edc", "homepage_url": "http:\/\/www.yilan.io", "manifest_version": 2, "icons": { "16": "images\/yilan16.png", "128": "images\/yilan128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "cookies", "*:\/\/*.yilan.io\/", "tabs", "storage", "activeTab" ], "browser_action": { "default_icon": { "19": "images\/yilan19.png", "38": "images\/yilan38.png" }, "default_title": "\u4e00\u89c8", "default_popup": "popup.html" }, "incognito": "split" } |