OtterWriter - Get Amazing Templates

The Open-Source of Templates

Vad är OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates är en Chrome-tillägg utvecklad av https://otterwriter.com, och dess huvudfunktion är "The Open-Source of Templates".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner OtterWriter - Get Amazing Templates-förlängningens CRX-fil

Ladda ner OtterWriter - Get Amazing Templates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn OtterWriter - Get Amazing Templates OtterWriter - Get Amazing Templates
ID daihljcegomhhphlgpkchgdeoekaafff
Officiell webbadress https://chromewebstore.google.com/detail/otterwriter-get-amazing-t/daihljcegomhhphlgpkchgdeoekaafff
Beskrivning The Open-Source of Templates
Filstorlek 2.53 MB
Antal Installationer 1,217
Aktuell Version 1.3
Senast Uppdaterad 2022-11-28
Publiceringsdatum 2021-09-08
Betyg 5.00/5 Totalt 13 Betyg
Utvecklare https://otterwriter.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://otterwriter.com
URL till Sekretesspolicy Sidan https://www.otterwriter.com/privacy
Stödda Språk 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"
    ]
}