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은(는) https://blogdesire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |