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!

Smart Home - To Do List and Bookmarks là gì?

Smart Home - To Do List and Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://blogdesire.com, và tính năng chính của nó là "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Home - To Do List and Bookmarks

Tải xuống các tệp mở rộng Smart Home - To Do List and Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Home - To Do List and Bookmarks Smart Home - To Do List and Bookmarks
ID plgcoffddlneakfeocoakgkoihfcanml
URL Chính Thức https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml
Mô tả Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://blogdesire.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://apps.blogdesire.com/todos/
URL Trang Trợ Giúp https://www.blogdesire.com/contact-us/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}