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
官方網址 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"
    ]
}