Gridsup
Speed Dial & Productivity
什么是Gridsup?
Gridsup是由https://gridsup.com开发的Chrome扩展程序,该扩展的主要功能是“Speed Dial & Productivity”。
扩展截图
下载Gridsup扩展crx文件
下载Gridsup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A New Speed Dial Extension. Add website shortcuts, weather widget, notes and to-do lists and many more. Share your Gridsup Boards with your co-workers or friends.
Based on our past experience we have decided to create a Modern Speed Dial with an extended spectrum of functionality and freedom of customization. We have redefined the Speed Dial page, with a pursue of minimalist aesthetics and enhanced experience.
Current Widgets:
- Web Links (Shortcuts)
- Web Links Lists
- YouTube Lists
- Calendar
- Notes
- To-Do Lists
- Weather
- Clocks
- RSS Feeds
- Calculator
- Images
- Search Bar
- Ambient Sounds 扩展基本信息
| 名称 | |
| ID | nginabbjhjjbmjcimkmhloleglognimo |
| 官方URL | https://chromewebstore.google.com/detail/gridsup/nginabbjhjjbmjcimkmhloleglognimo |
| 简介 | Speed Dial & Productivity |
| 文件大小 | 30.75 MB |
| 安装次数 | 193 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2023-06-02 |
| 上架时间 | 2020-06-06 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | https://gridsup.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://gridsup.com/ |
| 帮助页面URL | https://gridsup.com/ |
| 隐私政策页面URL | https://gridsup.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gridsup",
"short_name": "Gridsup",
"theme_color": "#4DBA87",
"icons": {
"128": "\/img\/icons\/favicon-128x128.png",
"144": "\/img\/icons\/favicon-144x144.png",
"192": "\/img\/icons\/favicon-192x192.png"
},
"start_url": ".",
"display": "standalone",
"background_color": "#000000",
"description": "Speed Dial & Productivity",
"version": "2.0.0",
"manifest_version": 3,
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/gruidsup.com\/"
],
"action": {
"default_title": "Add Site to your Gridsup!",
"default_popup": "popup.html",
"default_icon": {
"128": "img\/icons\/favicon-128x128.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |