iQare Fullscreen Site Navigation

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

O que é iQare Fullscreen Site Navigation?

iQare Fullscreen Site Navigation é uma extensão do Chrome desenvolvida por https://iqare.eu, e sua principal característica é "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iQare Fullscreen Site Navigation

Baixe arquivos de extensão iQare Fullscreen Site Navigation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
URL Oficial https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
Descrição iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
Tamanho do Arquivo 108 KB
Contagem de Instalações 30
Versão Atual 7.0.7
Última Atualização 2024-02-24
Data de Publicação 2018-09-27
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://iqare.eu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.carebuilder.com/
URL da Página de Ajuda https://www.carebuilder.com/contact
URL da Página de Política de Privacidade http://carebuilder.eu/privacy-policy.html
Idiomas Suportados 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
        }
    ]
}