Reading

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

Что такое Reading?

Reading - это расширение Chrome, разработанное https://reading.am, и его основная функция - "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Reading

Скачайте файлы расширений Reading в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
Официальный URL https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Описание Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Размер файла 20.51 KB
Количество установок 153
Текущая Версия 1.1.5
Последнее Обновление 2014-03-19
Дата публикации 2014-03-19
Рейтинг 4.73/5 Всего 11 оценок
Разработчик https://reading.am
Тип оплаты free
Официальный сайт расширения http://www.reading.am
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}