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'est-ce que Smart Home - To Do List and Bookmarks ?

Smart Home - To Do List and Bookmarks est une extension Chrome développée par https://blogdesire.com, et sa fonction principale est "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Home - To Do List and Bookmarks

Téléchargez les fichiers d'extension Smart Home - To Do List and Bookmarks 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

                        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!                    

Informations de Base sur l'Extension

Nom Smart Home - To Do List and Bookmarks Smart Home - To Do List and Bookmarks
ID plgcoffddlneakfeocoakgkoihfcanml
URL Officiel https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml
Description Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!
Taille du Fichier 112 KB
Nombre d'Installations 57
Version Actuelle 1.1
Dernière Mise à Jour 2021-04-01
Date de Publication 2021-03-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://blogdesire.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apps.blogdesire.com/todos/
URL de la Page d'Aide https://www.blogdesire.com/contact-us/
Langues Prises en Charge 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"
    }
}