iQare Fullscreen Site Navigation

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

Co je iQare Fullscreen Site Navigation?

iQare Fullscreen Site Navigation je rozšíření Chrome vyvinuté https://iqare.eu, a jeho hlavní funkcí je „iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření iQare Fullscreen Site Navigation

Stáhněte si soubory rozšíření iQare Fullscreen Site Navigation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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].                    

Základní Informace o Rozšíření

Název iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
Oficiální URL https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
Popis iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
Velikost souboru 108 KB
Počet instalací 30
Aktuální Verze 7.0.7
Poslední Aktualizace 2024-02-24
Datum Vydání 2018-09-27
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář https://iqare.eu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.carebuilder.com/
URL Stránky Nápovědy https://www.carebuilder.com/contact
URL Stránky Zásad Ochrany Soukromí http://carebuilder.eu/privacy-policy.html
Podporované Jazyky 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
        }
    ]
}