MoTa

A very simple extension to move tabs around with your keyboard

MoTaとは何ですか?

MoTaはT.S.Fosterによって開発されたChromeの拡張機能で、その主な機能は「A very simple extension to move tabs around with your keyboard」です。

拡張機能のスクリーンショット

screenshot
screenshot

MoTa拡張機能のCRXファイルをダウンロード

MoTa拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MOTA

INTRODUCTION
MoTa allows you to move and pin your tabs with the keyboard. It is designed to supplement the excellent Vimium (other keyboard shortcut extensions are available), which unfortunately has no support for managing tabs this way. The shortcuts are vi-like.

THE FUTURE
Currently you cannot change the shortcuts for this extension, but if I get many requests for this (or for more friendly shortcuts) at [email protected] (two Ls), I will add this feature. I may also add command repetition (e.g. 3 moves current tab three to the right). Oh, and if Vimium adds this functionality, I will not use this extension myself.

SHORCUTS
: Move current tab to beginning of window
: Move current tab to end of window
: Move current tab left
: Move current tab right
: Move current tab out to new window
: Move current tab in to next window
: Pin/Unpin current tab                    

拡張機能の基本情報

名前 MoTa MoTa
ID fbbmbjbjagakiioegcimkfjepkamhpph
公式URL https://chromewebstore.google.com/detail/mota/fbbmbjbjagakiioegcimkfjepkamhpph
説明 A very simple extension to move tabs around with your keyboard
ファイルサイズ 8.9 KB
インストール数 147
現在のバージョン 1.1.2
最終更新日 2022-12-14
公開日 2013-09-24
評価 4.20/5 合計 10 レビュー
開発者 T.S.Foster
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoTa",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "A very simple extension to move tabs around with your keyboard",
    "permissions": [],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "mover.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "listener.js"
            ]
        }
    ]
}