Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Cos'è Reading?
Reading è un'estensione di Chrome sviluppata da https://reading.am, e la sua funzione principale è "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reading
Scarica i file di estensione Reading in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | npjdbbeldblbjenemjdeplmlaieifjhk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk | 
| Descrizione | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. | 
| Dimensione del File | 20.51 KB | 
| Conteggio Installazioni | 153 | 
| Versione Corrente | 1.1.5 | 
| Ultimo Aggiornamento | 2014-03-19 | 
| Data di Pubblicazione | 2014-03-19 | 
| Valutazione | 4.73/5 Totale 11 Valutazioni | 
| Sviluppatore | https://reading.am | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://www.reading.am | 
| Lingue Supportate | 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:\/\/*\/*"
            ]
        }
    ]
}  |  |