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. Основная информация о расширении
| Название | |
| 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:\/\/*\/*"
]
} | |