Reading

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

Qu'est-ce que Reading ?

Reading est une extension Chrome développée par https://reading.am, et sa fonction principale est "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reading

Téléchargez les fichiers d'extension Reading au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
URL Officiel https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Description Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Taille du Fichier 20.51 KB
Nombre d'Installations 153
Version Actuelle 1.1.5
Dernière Mise à Jour 2014-03-19
Date de Publication 2014-03-19
Évaluation 4.73/5 Total 11 Évaluations
Développeur https://reading.am
Type de Paiement free
Site Web de l'Extension http://www.reading.am
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}