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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |