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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}