OtterWriter - Get Amazing Templates

The Open-Source of Templates

OtterWriter - Get Amazing Templatesคืออะไร?

OtterWriter - Get Amazing Templates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://otterwriter.com และคุณลักษณะหลักของมันคือ "The Open-Source of Templates"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OtterWriter - Get Amazing Templates

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}