iQare Fullscreen Site Navigation

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

Wat is iQare Fullscreen Site Navigation?

iQare Fullscreen Site Navigation is een Chrome-extensie ontwikkeld door https://iqare.eu, en de belangrijkste functie is "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iQare Fullscreen Site Navigation

Download iQare Fullscreen Site Navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
Officiële URL https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
Beschrijving iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
Bestandsgrootte 108 KB
Aantal Installaties 30
Huidige Versie 7.0.7
Laatst Bijgewerkt 2024-02-24
Publicatiedatum 2018-09-27
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://iqare.eu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.carebuilder.com/
Help Pagina-URL https://www.carebuilder.com/contact
URL van de Privacybeleid Pagina http://carebuilder.eu/privacy-policy.html
Ondersteunde Talen 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
        }
    ]
}