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