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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to Gentle Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Save to Gentle Reader Save to Gentle Reader
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'"
}