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.
Τι είναι το UQFinder - Your Browsing Space Explorer;
Το UQFinder - Your Browsing Space Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uq-finder, και η κύρια λειτουργία του είναι "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UQFinder - Your Browsing Space Explorer
Λήψη αρχείων επέκτασης UQFinder - Your Browsing Space Explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | UQFinder - Your Browsing Space Explorer |
ID | enencmiafjboohcpefpbkidedokldpbe |
Επίσημο URL | https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe |
Περιγραφή | UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you. |
Μέγεθος Αρχείου | 436 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 1.3.2 |
Τελευταία Ενημέρωση | 2018-04-05 |
Ημερομηνία Δημοσίευσης | 2018-04-05 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | uq-finder |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://uniqreate.com |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } |