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.

Qu'est-ce que UQFinder - Your Browsing Space Explorer ?

UQFinder - Your Browsing Space Explorer est une extension Chrome développée par uq-finder, et sa fonction principale est "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UQFinder - Your Browsing Space Explorer

Téléchargez les fichiers d'extension UQFinder - Your Browsing Space Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UQFinder - Your Browsing Space Explorer UQFinder - Your Browsing Space Explorer
ID enencmiafjboohcpefpbkidedokldpbe
URL Officiel https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe
Description UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.
Taille du Fichier 436 KB
Nombre d'Installations 18
Version Actuelle 1.3.2
Dernière Mise à Jour 2018-04-05
Date de Publication 2018-04-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur uq-finder
Type de Paiement free
Site Web de l'Extension http://uniqreate.com
Langues Prises en Charge 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:\/\/*\/*"
    ]
}