UQFinder - Your Browsing Space Explorer

UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.

O que é UQFinder - Your Browsing Space Explorer?

UQFinder - Your Browsing Space Explorer é uma extensão do Chrome desenvolvida por uq-finder, e sua principal característica é "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UQFinder - Your Browsing Space Explorer

Baixe arquivos de extensão UQFinder - Your Browsing Space Explorer 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

                        UQ finder makes your Uniqreate Experience Data Aggregation to be more efficient. It helps you manage bookmarks in a more intuitive manner and also provides a level of smart support by recording your browsing activity to be able to find important information easily.                    

Informações Básicas da Extensão

Nome UQFinder - Your Browsing Space Explorer UQFinder - Your Browsing Space Explorer
ID enencmiafjboohcpefpbkidedokldpbe
URL Oficial https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe
Descrição UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.
Tamanho do Arquivo 436 KB
Contagem de Instalações 18
Versão Atual 1.3.2
Última Atualização 2018-04-05
Data de Publicação 2018-04-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor uq-finder
Tipo de Pagamento free
Site da Extensão http://uniqreate.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UQFinder - Your Browsing Space Explorer",
    "short_name": "UQFinder",
    "version": "1.3.2",
    "description": "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "uqfinder_options.html#options",
    "icons": {
        "16": "images\/IQ128x128.png",
        "48": "images\/IQ128x128.png",
        "128": "images\/IQ128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/IQ128x128.png",
        "default_title": "UQFinder",
        "default_popup": "uqfinder_popup.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}