Reading

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

Hvad er Reading?

Reading er en Chrome-udvidelse udviklet af https://reading.am, og dens hovedfunktion er "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

Udvidelsesskærmbilleder

screenshot

Download Reading-udvidelses-CRX-fil

Download Reading-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
Officiel URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Beskrivelse Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Filstørrelse 20.51 KB
Antal Installationer 153
Nuværende Version 1.1.5
Senest Opdateret 2014-03-19
Udgivelsesdato 2014-03-19
Bedømmelse 4.73/5 Samlet 11 Bedømmelser
Udvikler https://reading.am
Betalingsmetode free
Udvidelseswebsted http://www.reading.am
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}