NaviTouch
Shows a floating button which you can use to navigate the current webpage and tabs.
什麼是NaviTouch?
NaviTouch是由em_te開發的Chrome擴展程式,該擴展的主要功能是“Shows a floating button which you can use to navigate the current webpage and tabs.”。
擴展截圖
下載NaviTouch擴展crx文件
下載NaviTouch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For touch screen users only. Press on the NaviTouch button (grey circle) with your finger to pop open the menu. Simply slide your finger to the nearest action you want to perform to automatically invoke that action. Actions include: - Scroll to the top of the page - Focus previous tab - Focus next tab - Create a new tab - Navigate back in history - Close the current tab You can optionally move the grey circle to any of the 4 corners of the screen. Why: When using touch screens, anything at the very top of the screen is hard to reach with your finger. The difficulty is compounded by the need to touch the tiny "X" to close a tab or the tiny "+" to open a new tab. With this extension, it make accessing those 2 frequent functions easier by taking advantage of the ease at which gestures or swipes can be performed with your finger.
擴展基本資訊
名稱 | NaviTouch |
ID | neadcogeblkpknfibddpkkpoldjoffon |
官方網址 | https://chromewebstore.google.com/detail/navitouch/neadcogeblkpknfibddpkkpoldjoffon |
簡介 | Shows a floating button which you can use to navigate the current webpage and tabs. |
檔案大小 | 25.1 KB |
安裝次數 | 153 |
目前版本 | 0.1.6 |
更新時間 | 2020-11-22 |
上架時間 | 2020-10-31 |
評分 | 3.67/5 共 3 次評分 |
開發者 | em_te |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://em-te.github.io/privacy |
支援的語言 | de,en,fr,nl,es,it,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.1.6", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "24": "icon_24.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "24": "icon_24.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |