OtterWriter - Get Amazing Templates

The Open-Source of Templates

What is OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates is a Chrome extension developed by https://otterwriter.com, and its main feature is "The Open-Source of Templates".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download OtterWriter - Get Amazing Templates Extension CRX File

Download OtterWriter - Get Amazing Templates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name OtterWriter - Get Amazing Templates OtterWriter - Get Amazing Templates
ID daihljcegomhhphlgpkchgdeoekaafff
Official URL https://chromewebstore.google.com/detail/otterwriter-get-amazing-t/daihljcegomhhphlgpkchgdeoekaafff
Description The Open-Source of Templates
File Size 2.53 MB
Installation Count 1,217
Current Version 1.3
Last Updated 2022-11-28
Publish Date 2021-09-08
Rating 5.00/5 Total 13 Ratings
Developer https://otterwriter.com
Email [email protected]
Payment Type in_app
Extension Website https://otterwriter.com
Privacy Policy Page URL https://www.otterwriter.com/privacy
Supported Languages 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"
    ]
}