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คืออะไร?

Smart Home - To Do List and Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blogdesire.com และคุณลักษณะหลักของมันคือ "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Home - To Do List and Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Smart Home - To Do List and Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart Home - To Do List and Bookmarks Smart Home - To Do List and Bookmarks
ID plgcoffddlneakfeocoakgkoihfcanml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-home-to-do-list-and/plgcoffddlneakfeocoakgkoihfcanml
คำอธิบาย Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-04-01
วันที่เผยแพร่ 2021-03-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://blogdesire.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.blogdesire.com/todos/
URL หน้าช่วยเหลือ https://www.blogdesire.com/contact-us/
ภาษาที่รองรับ 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"
    }
}