Templates App
Templates App featuring a template search, favorite templates, todo list, notes, weather, and more.
Cos'è Templates App?
Templates App è un'estensione di Chrome sviluppata da TemplatesApp.com, e la sua funzione principale è "Templates App featuring a template search, favorite templates, todo list, notes, weather, and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Templates App
Scarica i file di estensione Templates App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get inspired and make your Google Chrome experience better by replacing your browser's New Tab page with the Templates App Chrome New Tab extension featuring quick template search, todo list, weather, and more. Personalize your template search experience by choosing what type of template you are looking for and which providers to include in your search results. Easily find new templates from your New Tab page and save them for quick access to your favorite templates when it comes time to work. Templates App's extension updates your browser New Tab and provides you quick access to templates, todo list, weather, popular links, web search box and more in your browser New Tab. Customize your background and brighten your day with meaningful quotes. • View and search for templates • Keep track of important tasks with the todo list • Write down important notes throughout the day with the notepad • Check the current time, date and weather conditions • Browse the web and enjoy quick access to popular sites • Customize the dashboard by showing/hiding widgets and changing the background with the settings icon at the bottom-left of your New Tab page. • New tab web search results go to Yahoo! Permissions we request: "Read and change your data on a number of websites" For our extension to work, we require access to these websites we own and manage. "Replace the page you see when opening a new tab" This allows us to show you our product - new tab page with free web search. Privacy Policy: https://templatesapp.com/Privacy.html EULA: https://templatesapp.com/Terms.html
Informazioni di Base sull'Estensione
Nome | |
ID | kmekneodbfkgdmpcknoaninjjnnpcnho |
URL Ufficiale | https://chrome.google.com/webstore/detail/templates-app/kmekneodbfkgdmpcknoaninjjnnpcnho |
Descrizione | Templates App featuring a template search, favorite templates, todo list, notes, weather, and more. |
Dimensione del File | 1.62 MB |
Conteggio Installazioni | 60,000 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2021-11-08 |
Data di Pubblicazione | 2021-05-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | TemplatesApp.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://templatesapp.com/Contact.html |
URL della Pagina della Politica sulla Privacy | https://templatesapp.com/Privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Templates App", "name": "Templates App", "description": "Templates App featuring a template search, favorite templates, todo list, notes, weather, and more. ", "version": "1.0.8", "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com\/ https:\/\/geoip-js.com\/js\/apis\/geoip2\/v2.1\/geoip2.js https:\/\/js.maxmind.com\/ https:\/\/templatesapp.com https:\/\/dash.templatesapp.com https:\/\/sugg.search.yahoo.net 'sha256-WwcE5UXnjEZGJLi8xUzkB6\/NK8+7fy2879AjmGBmJvI='; object-src 'self'", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "cookies", "https:\/\/*.templatesapp.com\/" ], "web_accessible_resources": [ "*.json" ] } |