iQare Fullscreen Site Navigation

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

Was ist iQare Fullscreen Site Navigation?

iQare Fullscreen Site Navigation ist eine Chrome-Erweiterung, die von https://iqare.eu entwickelt wurde, und ihr Hauptmerkmal ist "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.".

Erweiterungsscreenshots

screenshot

iQare Fullscreen Site Navigation-Erweiterungs-CRX-Datei herunterladen

Laden Sie iQare Fullscreen Site Navigation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
Offizielle URL https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
Beschreibung iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
Dateigröße 108 KB
Installationsanzahl 30
Aktuelle Version 7.0.7
Letztes Update 2024-02-24
Veröffentlichungsdatum 2018-09-27
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler https://iqare.eu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.carebuilder.com/
Hilfeseite URL https://www.carebuilder.com/contact
URL der Datenschutzrichtlinien-Seite http://carebuilder.eu/privacy-policy.html
Unterstützte Sprachen 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
        }
    ]
}