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 |
Eメール | [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'" } |