Save to Gentle Reader
Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later
什么是Save to Gentle Reader?
Save to Gentle Reader是由http://gentlereader.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later”。
扩展截图
下载Save to Gentle Reader扩展crx文件
下载Save to Gentle Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You are the Gentle Reader This app is for you. It civilises the experience of online reading. Use Gentle Reader to — Browse articles from almost any publication or website — Bookmark articles for reading later — See what people with similar reading habits to you are also reading All in elegant plain text. If you think that sounds like a mashup of Google Reader, Pinboard and Instapaper, then we’re thinking the same way. Browsing, bookmarking and saving are the one-two-three of serious reading. They flow together. Gentle Reader brings them together. And that’s where the magic begins. Once you start reading and bookmarking on Gentle Reader, you can ask Gentle Reader to find other readers with very similar reading habits to yours, and then to show you what other articles they are also reading. Just think about that for a moment. Alone, you can read widely. Together, we can read everything. This is collective intelligence, with no artificial ingredients. RSS / Twitter reading and mining re-invented
扩展基本信息
名称 | |
ID | kghdhemhpcoiddhaokoakhpahdfbnnee |
官方URL | https://chrome.google.com/webstore/detail/save-to-gentle-reader/kghdhemhpcoiddhaokoakhpahdfbnnee |
简介 | Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later |
文件大小 | 762 KB |
安装次数 | 15 |
当前版本 | 1.1.3 |
更新时间 | 2018-08-25 |
上架时间 | 2018-08-25 |
评分 | 5.00/5 共1次评分 |
开发者 | http://gentlereader.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gentlereader.com |
帮助页面URL | https://gentlereader.com |
隐私政策页面URL | https://gentlereader.com/privacy-policy.html |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Gentle Reader", "description": "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later", "version": "1.1.3", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "background": { "page": "observer.html" }, "browser_action": { "default_icon": "assets\/images\/icon.png", "default_title": "Save to Gentle Reader" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cronycle.com; object-src 'self'" } |