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文件
下载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! 扩展基本信息
| 名称 | |
| 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"
}
} | |