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.
Cos'è UQFinder - Your Browsing Space Explorer?
UQFinder - Your Browsing Space Explorer è un'estensione di Chrome sviluppata da uq-finder, e la sua funzione principale è "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UQFinder - Your Browsing Space Explorer
Scarica i file di estensione UQFinder - Your Browsing Space Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | UQFinder - Your Browsing Space Explorer |
ID | enencmiafjboohcpefpbkidedokldpbe |
URL Ufficiale | https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe |
Descrizione | UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you. |
Dimensione del File | 436 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2018-04-05 |
Data di Pubblicazione | 2018-04-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | uq-finder |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://uniqreate.com |
Lingue Supportate | 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:\/\/*\/*" ] } |