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 |
| Eメール | [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"
}
} | |