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 là gì?

Save to Gentle Reader là một tiện ích mở rộng Chrome được phát triển bởi http://gentlereader.com, và tính năng chính của nó là "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to Gentle Reader

Tải xuống các tệp mở rộng Save to Gentle Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to Gentle Reader Save to Gentle Reader
ID kghdhemhpcoiddhaokoakhpahdfbnnee
URL Chính Thức https://chrome.google.com/webstore/detail/save-to-gentle-reader/kghdhemhpcoiddhaokoakhpahdfbnnee
Mô tả Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later
Kích Thước Tệp 762 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2018-08-25
Ngày Phát Hành 2018-08-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://gentlereader.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gentlereader.com
URL Trang Trợ Giúp https://gentlereader.com
URL Trang Chính Sách Bảo Mật https://gentlereader.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}