Websktop Speed Dial
Changes New Tab page to https://websktop.com
什么是Websktop Speed Dial?
Websktop Speed Dial是由https://websktop.com开发的Chrome扩展程序,该扩展的主要功能是“Changes New Tab page to https://websktop.com”。
扩展截图
下载Websktop Speed Dial扩展crx文件
下载Websktop Speed Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build and customize your own speed dial page with Websktop.
With Websktop you can:
🏠 Build your own new homepage
🗂️ Organize your bookmarks
🖥️ Unleash the power of desktop-like user experience
🔥 Powerful copy, paste, drag & drop
✨ Create multiple Websktops
🌎 Share Websktops with others
🎨 Customize backgrounds, icons & more 扩展基本信息
| 名称 | |
| ID | hmhoefiijgfmodaajchjhehjhpjhekib |
| 官方URL | https://chromewebstore.google.com/detail/websktop-speed-dial/hmhoefiijgfmodaajchjhehjhpjhekib |
| 简介 | Changes New Tab page to https://websktop.com |
| 文件大小 | 18.45 MB |
| 安装次数 | 85 |
| 当前版本 | 1.0.67 |
| 更新时间 | 2023-10-31 |
| 上架时间 | 2022-06-05 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | https://websktop.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://websktop.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Websktop Speed Dial",
"version": "1.0.67",
"manifest_version": 3,
"description": "Changes New Tab page to https:\/\/websktop.com",
"homepage_url": "https:\/\/websktop.com",
"icons": {
"16": "icons\/favicon-16x16.png",
"32": "icons\/favicon-32x32.png",
"96": "icons\/favicon-96x96.png",
"128": "icons\/favicon-128x128.png",
"196": "icons\/favicon-196x196.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"chrome_settings_overrides": {
"homepage": "https:\/\/websktop.com\/"
},
"host_permissions": [
"https:\/\/websktop.com\/*"
],
"externally_connectable": {
"ids": [
"hmhoefiijgfmodaajchjhehjhpjhekib"
],
"matches": [
"https:\/\/websktop.com\/*"
]
},
"permissions": [
"storage"
],
"omnibox": {
"keyword": "w"
},
"background": {
"service_worker": "extension.js"
}
} | |