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.

Was ist UQFinder - Your Browsing Space Explorer?

UQFinder - Your Browsing Space Explorer ist eine Chrome-Erweiterung, die von uq-finder entwickelt wurde, und ihr Hauptmerkmal ist "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UQFinder - Your Browsing Space Explorer-Erweiterungs-CRX-Datei herunterladen

Laden Sie UQFinder - Your Browsing Space Explorer-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UQFinder - Your Browsing Space Explorer UQFinder - Your Browsing Space Explorer
ID enencmiafjboohcpefpbkidedokldpbe
Offizielle URL https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe
Beschreibung UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.
Dateigröße 436 KB
Installationsanzahl 18
Aktuelle Version 1.3.2
Letztes Update 2018-04-05
Veröffentlichungsdatum 2018-04-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler uq-finder
Zahlungsart free
Erweiterungswebsite http://uniqreate.com
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}