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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में UQFinder - Your Browsing Space Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |