Download Templates

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

Qu'est-ce que Download Templates ?

Download Templates est une extension Chrome développée par Download Templates, et sa fonction principale est "Download Templates app features quick search to find online templates with sponsored web search.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download Templates

Téléchargez les fichiers d'extension Download Templates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
URL Officiel https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Description Download Templates app features quick search to find online templates with sponsored web search.
Taille du Fichier 1.44 MB
Nombre d'Installations 50,723
Version Actuelle 2.0.7
Dernière Mise à Jour 2023-01-16
Date de Publication 2021-11-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur Download Templates
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://downloadtemplates.net/privacy.html
Langues Prises en Charge 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'"
    }
}