Posted To Reddit Or Not?

Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…

Что такое Posted To Reddit Or Not??

Posted To Reddit Or Not? - это расширение Chrome, разработанное john.horner, и его основная функция - "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".

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

screenshot

Скачать файл CRX расширения Posted To Reddit Or Not?

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

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

                        Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.

Version 0.5: some columns sortable..
Version 0.4: fixed date bug, internal improvements.
Version 0.3: improved icons, reduced permissions.                    

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

Название Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
Официальный URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Описание Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Размер файла 24.01 KB
Количество установок 64
Текущая Версия 0.5
Последнее Обновление 2016-11-08
Дата публикации 2016-11-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик john.horner
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://johnhorner.info/posted-to-reddit-or-not/
URL страницы помощи http://johnhorner.info/posted-to-reddit-or-not/
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "short_name": "postedToRedditOrNot",
    "name": "Posted To Reddit Or Not?",
    "version": "0.5",
    "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}