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
擴展基本資訊
名稱 | Gridsup |
ID | nginabbjhjjbmjcimkmhloleglognimo |
官方網址 | 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" } } |