Mobile Toolbar For Kiwi Browser

Add a toolbar at the bottom of Chrome Mobile

什麼是Mobile Toolbar For Kiwi Browser?

Mobile Toolbar For Kiwi Browser是由butaixianran開發的Chrome擴展程式,該擴展的主要功能是“Add a toolbar at the bottom of Chrome Mobile”。

擴展截圖

screenshot

下載Mobile Toolbar For Kiwi Browser擴展crx文件

下載Mobile Toolbar For Kiwi Browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension will display a toolbar at the bottom of your browser, which including following buttons:  
* go back  
* go forward  
* close tab  
* undo
* open new tab  
* hide this toolbar to corner  

It can be used with Kiwi Browser, which is a mobile browser can install chrome extensions.  

So you can handle tabs much more easily on mobile.  


Chinese Description:
中文说明,这是用于kiwi Browser的手机端chrome 扩展。
扩展会在浏览器底部显示一个工具栏,包括如下按钮:
前进,后退,关闭标签,撤销,打开新标签,隐藏本工具栏

这样,手机浏览器可以非常方便的操作标签页。

工具栏的尺寸会根据屏幕长宽自动计算然后调整,所以平板,横屏,桌面网站模式,也都能很方便的使用。                    

擴展基本資訊

名稱 Mobile Toolbar For Kiwi Browser Mobile Toolbar For Kiwi Browser
ID eeaojogamfniomoajplacaddobefohfc
官方網址 https://chromewebstore.google.com/detail/mobile-toolbar-for-kiwi-b/eeaojogamfniomoajplacaddobefohfc
簡介 Add a toolbar at the bottom of Chrome Mobile
檔案大小 42.81 KB
安裝次數 759
目前版本 0.2.2
更新時間 2021-12-30
上架時間 2021-12-16
評分 4.71/5 共 7 次評分
開發者 butaixianran
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mobile Toolbar For Kiwi Browser",
    "short_name": "Mobile Toolbar",
    "version": "0.2.2",
    "description": "Add a toolbar at the bottom of Chrome Mobile",
    "author": "butaixianran",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}