Spotlink - Mouseless browsing
Navigate the internet without using your mouse.
Spotlink - Mouseless browsingとは何ですか?
Spotlink - Mouseless browsingはReindert Vetterによって開発されたChromeの拡張機能で、その主な機能は「Navigate the internet without using your mouse.」です。
拡張機能のスクリーンショット
Spotlink - Mouseless browsing拡張機能のCRXファイルをダウンロード
Spotlink - Mouseless browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Activate spotlink and search on the page and navigate. Spotlink will remember your choice. This allows you to navigate to frequently used links even faster.
For mac: Use the left command key twice to activate spotlink.
For windows: Use the left window key twice to activate spotlink.
You can assign a second key yourself in the options.
https://github.com/reindert-vetter/spotlink/ 拡張機能の基本情報
| 名前 | |
| ID | ccpeekpolhnigeclfncaglcennmfcfjg |
| 公式URL | https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg |
| 説明 | Navigate the internet without using your mouse. |
| ファイルサイズ | 134 KB |
| インストール数 | 39 |
| 現在のバージョン | 3.8.7 |
| 最終更新日 | 2023-08-24 |
| 公開日 | 2018-06-04 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | Reindert Vetter |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spotlink - Mouseless browsing",
"version": "3.8.7",
"description": "Navigate the internet without using your mouse.",
"manifest_version": 2,
"icons": {
"16": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png",
"48": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png",
"128": "media\/sl_icon\/res\/mipmap-xxxhdpi\/sl_icon.png"
},
"browser_action": {
"default_icon": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"style.css"
],
"js": [
"script.js"
],
"all_frames": true
}
],
"permissions": [
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"offline_enabled": true
} | |