Reading

Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.

Reading क्या है?

Reading https://reading.am द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading."।

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

screenshot

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

crx प्रारूप में Reading एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Super goodness for use with Reading | http://www.reading.am. Includes oft requested context menu support (right mouse click) for posting images, etc. So much convenience! Hurray!                    

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

नाम Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
आधिकारिक URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
विवरण Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
फ़ाइल का आकार 20.51 KB
स्थापना संख्या 153
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2014-03-19
प्रकाशन तिथि 2014-03-19
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर https://reading.am
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.reading.am
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading",
    "version": "1.1.5",
    "description": "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.",
    "icons": {
        "16": "shared\/icon16.png",
        "48": "shared\/icon48.png",
        "128": "shared\/icon128.png"
    },
    "background": {
        "page": "shared\/background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Post this page to Reading",
        "default_icon": "shared\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "shared\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}