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
Eメール [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"
    ]
}