OtterWriter - Get Amazing Templates

The Open-Source of Templates

什么是OtterWriter - Get Amazing Templates?

OtterWriter - Get Amazing Templates是由https://otterwriter.com开发的Chrome扩展程序,该扩展的主要功能是“The Open-Source of Templates”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载OtterWriter - Get Amazing Templates扩展crx文件

下载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"
    ]
}