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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |