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.
What is UQFinder - Your Browsing Space Explorer?
UQFinder - Your Browsing Space Explorer is a Chrome extension developed by uq-finder, and its main feature is "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".
Extension Screenshots
Download UQFinder - Your Browsing Space Explorer Extension CRX File
Download UQFinder - Your Browsing Space Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | UQFinder - Your Browsing Space Explorer |
ID | enencmiafjboohcpefpbkidedokldpbe |
Official URL | 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. |
File Size | 436 KB |
Installation Count | 18 |
Current Version | 1.3.2 |
Last Updated | 2018-04-05 |
Publish Date | 2018-04-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | uq-finder |
Payment Type | free |
Extension Website | http://uniqreate.com |
Supported Languages | 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:\/\/*\/*" ] } |