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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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'"
    }
}