OtterWriter - Get Amazing Templates

The Open-Source of Templates

Co to jest OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates to rozszerzenie Chrome opracowane przez https://otterwriter.com, a jego główną funkcją jest „The Open-Source of Templates”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia OtterWriter - Get Amazing Templates

Pobierz pliki rozszerzeń OtterWriter - Get Amazing Templates 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa OtterWriter - Get Amazing Templates OtterWriter - Get Amazing Templates
ID daihljcegomhhphlgpkchgdeoekaafff
Oficjalny URL https://chromewebstore.google.com/detail/otterwriter-get-amazing-t/daihljcegomhhphlgpkchgdeoekaafff
Opis The Open-Source of Templates
Rozmiar pliku 2.53 MB
Liczba instalacji 1,217
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-11-28
Data Publikacji 2021-09-08
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper https://otterwriter.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://otterwriter.com
Adres URL Strony Polityki Prywatności https://www.otterwriter.com/privacy
Obsługiwane Języki 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"
    ]
}