Gridsup
Speed Dial & Productivity
Was ist Gridsup?
Gridsup ist eine Chrome-Erweiterung, die von https://gridsup.com entwickelt wurde, und ihr Hauptmerkmal ist "Speed Dial & Productivity".
Erweiterungsscreenshots
Gridsup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gridsup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nginabbjhjjbmjcimkmhloleglognimo |
| Offizielle URL | https://chromewebstore.google.com/detail/gridsup/nginabbjhjjbmjcimkmhloleglognimo |
| Beschreibung | Speed Dial & Productivity |
| Dateigröße | 30.75 MB |
| Installationsanzahl | 193 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2023-06-02 |
| Veröffentlichungsdatum | 2020-06-06 |
| Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
| Entwickler | https://gridsup.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://gridsup.com/ |
| Hilfeseite URL | https://gridsup.com/ |
| URL der Datenschutzrichtlinien-Seite | https://gridsup.com/privacy.html |
| Unterstützte Sprachen | 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"
}
} | |