Gridsup
Speed Dial & Productivity
Gridsupคืออะไร?
Gridsup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gridsup.com และคุณลักษณะหลักของมันคือ "Speed Dial & Productivity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gridsup
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |