Reading

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

Co to jest Reading?

Reading to rozszerzenie Chrome opracowane przez https://reading.am, a jego główną funkcją jest „Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reading

Pobierz pliki rozszerzeń Reading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
Oficjalny URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Opis Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Rozmiar pliku 20.51 KB
Liczba instalacji 153
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2014-03-19
Data Publikacji 2014-03-19
Ocena 4.73/5 Łącznie 11 Oceny
Deweloper https://reading.am
Typ Płatności free
Strona Rozszerzenia http://www.reading.am
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}