OtterWriter - Get Amazing Templates

The Open-Source of Templates

Что такое OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates - это расширение Chrome, разработанное https://otterwriter.com, и его основная функция - "The Open-Source of Templates".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения OtterWriter - Get Amazing Templates

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

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

                        OtterWriter is the easiest way to find and use templates.

• No more online searching
• No more time wasted on finding the right template
• No more back and forth on forgotten files on your computer

OtterWriter provides hundreds of day-2-day templates, updated and maintenanced on a daily basis.

With our extension, you can upload your own templates and use variables with a click of a button.

Anywhere, Everywhere. 
Just a simple copy-paste.

Remember, Walter loves you!                    

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

Название OtterWriter - Get Amazing Templates OtterWriter - Get Amazing Templates
ID daihljcegomhhphlgpkchgdeoekaafff
Официальный URL https://chromewebstore.google.com/detail/otterwriter-get-amazing-t/daihljcegomhhphlgpkchgdeoekaafff
Описание The Open-Source of Templates
Размер файла 2.53 MB
Количество установок 1,217
Текущая Версия 1.3
Последнее Обновление 2022-11-28
Дата публикации 2021-09-08
Рейтинг 5.00/5 Всего 13 оценок
Разработчик https://otterwriter.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://otterwriter.com
URL страницы политики конфиденциальности https://www.otterwriter.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OtterWriter - Get Amazing Templates",
    "description": "The Open-Source of Templates",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_title": "OtterWriter",
        "default_icon": ".\/assets\/images\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/assets\/images\/logo.png",
        "48": ".\/assets\/images\/logo.png",
        "128": ".\/assets\/images\/logo.png"
    },
    "host_permissions": [
        "*:\/\/*.back-office-otterwriter.herokuapp.com\/api\/v1\/*",
        "*:\/\/*.otterwriter.com\/*"
    ],
    "permissions": [
        "cookies"
    ]
}