Outbox for Tumblr

Save outgoing Tumblr asks automatically

Что такое Outbox for Tumblr?

Outbox for Tumblr - это расширение Chrome, разработанное April Sylph, и его основная функция - "Save outgoing Tumblr asks automatically".

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

screenshot

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

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

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

                        Features:
• Save asks you send from the dashboard
• Save asks you send from *.tumblr.com/ask pages
• Save answers you send privately

Usage:
Saving asks and answers is done passively. Open your outbox by clicking on the addon icon in the browser toolbar.                    

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

Название Outbox for Tumblr Outbox for Tumblr
ID oeamngjfgbhipkibmgglfdaohochpoej
Официальный URL https://chromewebstore.google.com/detail/outbox-for-tumblr/oeamngjfgbhipkibmgglfdaohochpoej
Описание Save outgoing Tumblr asks automatically
Размер файла 24.81 KB
Количество установок 934
Текущая Версия 1.0.4
Последнее Обновление 2023-06-28
Дата публикации 2021-11-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик April Sylph
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/AprilSylph/Outbox-for-Tumblr#readme
URL страницы помощи https://github.com/AprilSylph/Outbox-for-Tumblr/issues
URL страницы политики конфиденциальности https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outbox for Tumblr",
    "version": "1.0.4",
    "description": "Save outgoing Tumblr asks automatically",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/github.com\/AprilSylph\/Outbox-for-Tumblr#readme",
    "permissions": [
        "storage",
        "webRequest",
        "*:\/\/*.tumblr.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "outbox.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "80",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "74.0a1"
        }
    }
}