Download Templates

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

Vad är Download Templates?

Download Templates är en Chrome-tillägg utvecklad av Download Templates, och dess huvudfunktion är "Download Templates app features quick search to find online templates with sponsored web search.".

Tilläggsskärmbilder

screenshot

Ladda ner Download Templates-förlängningens CRX-fil

Ladda ner Download Templates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
Officiell webbadress https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Beskrivning Download Templates app features quick search to find online templates with sponsored web search.
Filstorlek 1.44 MB
Antal Installationer 50,723
Aktuell Version 2.0.7
Senast Uppdaterad 2023-01-16
Publiceringsdatum 2021-11-09
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Download Templates
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://downloadtemplates.net/privacy.html
Stödda Språk 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'"
    }
}