Download Templates

Download Templates app features quick search to find online templates with sponsored web search.

ما هو Download Templates؟

Download Templates هو إضافة Chrome تم تطويرها بواسطة Download Templates، والميزة الرئيسية لها هي "Download Templates app features quick search to find online templates with sponsored web search.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Download Templates

قم بتنزيل ملفات الامتداد Download Templates بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download Templates new tab features Online Template Search, Yahoo Web Search, Custom Backgrounds, Weather, Custom Shortcuts, and Date & Time.

The Installation of this extension will configure your New Tab Page to Download Templates. Download Templates extension is all you need to start browsing with quick access to template & web search. Customize your background and brighten your day.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://downloadtemplates.net/privacy.html
EULA: https://downloadtemplates.net/eula.html

Uninstall Instructions: 
https://downloadtemplates.net/uninstall.html                    

معلومات أساسية عن التمديد

الاسم Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
عنوان URL الرسمي https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
الوصف Download Templates app features quick search to find online templates with sponsored web search.
حجم الملف 1.44 MB
عدد التثبيتات 50,723
النسخة الحالية 2.0.7
آخر تحديث 2023-01-16
تاريخ النشر 2021-11-09
تقييم 3.00/5 مجموع تقييمات 2
المطور Download Templates
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://downloadtemplates.net/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.7",
    "manifest_version": 3,
    "short_name": "Download Templates",
    "description": "Download Templates app features quick search to find online templates with sponsored web search.",
    "name": "Download Templates",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}