iQare Fullscreen Site Navigation

iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.

什么是iQare Fullscreen Site Navigation?

iQare Fullscreen Site Navigation是由https://iqare.eu开发的Chrome扩展程序,该扩展的主要功能是“iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.”。

扩展截图

screenshot

下载iQare Fullscreen Site Navigation扩展crx文件

下载iQare Fullscreen Site Navigation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension give you possibility to navigate in browser history without exiting of full screen mode using next, back and home buttons of toolbar.
Navigation toolbar will be visible only if chrome browser is open on full screen [F11].                    

扩展基本信息

名称 iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
官方URL https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
简介 iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
文件大小 108 KB
安装次数 30
当前版本 7.0.7
更新时间 2024-02-24
上架时间 2018-09-27
评分 2.33/5 共3次评分
开发者 https://iqare.eu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.carebuilder.com/
帮助页面URL https://www.carebuilder.com/contact
隐私政策页面URL http://carebuilder.eu/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iQare Fullscreen Site Navigation",
    "version": "7.0.7",
    "description": "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.",
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "idle",
        "webRequestAuthProvider",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/btn_back.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_next.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_home.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_move.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_keys.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "jquery.ui.touch-punch.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}