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
Основная информация о расширении
Название | Gridsup |
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" } } |