Reading

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

Co je Reading?

Reading je rozšíření Chrome vyvinuté https://reading.am, a jeho hlavní funkcí je „Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reading

Stáhněte si soubory rozšíření Reading ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
Oficiální URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Popis Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Velikost souboru 20.51 KB
Počet instalací 153
Aktuální Verze 1.1.5
Poslední Aktualizace 2014-03-19
Datum Vydání 2014-03-19
Hodnocení 4.73/5 Celkem 11 Hodnocení
Vývojář https://reading.am
Typ Platby free
Webové stránky Rozšíření http://www.reading.am
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}