Smart Home - To Do List and Bookmarks
Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!
¿Qué es Smart Home - To Do List and Bookmarks?
Smart Home - To Do List and Bookmarks es una extensión de Chrome desarrollada por https://blogdesire.com, y su función principal es "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Home - To Do List and Bookmarks
Descarga archivos de extensión Smart Home - To Do List and Bookmarks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Smarthome is a quick solution to boost your productivity by keeping your todos and bookmarks on a single page! It allows you to backup your valuable settings, todos, and bookmarks and to sync them across multiple devices!
Información Básica de la Extensión
Nombre | Smart Home - To Do List and Bookmarks |
ID | plgcoffddlneakfeocoakgkoihfcanml |
URL Oficial | https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml |
Descripción | Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place! |
Tamaño del Archivo | 112 KB |
Cantidad de Instalaciones | 57 |
Versión Actual | 1.1 |
Última Actualización | 2021-04-01 |
Fecha de Publicación | 2021-03-31 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://blogdesire.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://apps.blogdesire.com/todos/ |
URL de la Página de Ayuda | https://www.blogdesire.com/contact-us/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Home - To Do List and Bookmarks", "short_name": "Smart Home", "description": "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!", "manifest_version": 2, "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "assets\/background.js" ] }, "version": "1.1", "browser_action": { "default_icon": { "256": "assets\/img\/256.png", "128": "assets\/img\/128.png", "48": "assets\/img\/48.png" }, "default_popup": "popup.html", "default_title": "Smart Home" }, "chrome_url_overrides": { "newtab": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' object-src 'self'", "homepage_url": "https:\/\/blogdesire.com?track=smart_home", "icons": { "256": "assets\/img\/256.png", "128": "assets\/img\/128.png", "48": "assets\/img\/48.png" } } |