Reading

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

Was ist Reading?

Reading ist eine Chrome-Erweiterung, die von https://reading.am entwickelt wurde, und ihr Hauptmerkmal ist "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

Erweiterungsscreenshots

screenshot

Reading-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reading-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
Offizielle URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Beschreibung Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Dateigröße 20.51 KB
Installationsanzahl 153
Aktuelle Version 1.1.5
Letztes Update 2014-03-19
Veröffentlichungsdatum 2014-03-19
Bewertung 4.73/5 Insgesamt 11 Bewertungen
Entwickler https://reading.am
Zahlungsart free
Erweiterungswebsite http://www.reading.am
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}