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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a toolbar at the bottom of Chrome Mobile"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mobile Toolbar For Kiwi Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
                ""
            ]
        }
    ]
}