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 là gì?
UQFinder - Your Browsing Space Explorer là một tiện ích mở rộng Chrome được phát triển bởi uq-finder, và tính năng chính của nó là "UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UQFinder - Your Browsing Space Explorer
Tải xuống các tệp mở rộng UQFinder - Your Browsing Space Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UQFinder - Your Browsing Space Explorer |
ID | enencmiafjboohcpefpbkidedokldpbe |
URL Chính Thức | https://chromewebstore.google.com/detail/uqfinder-your-browsing-sp/enencmiafjboohcpefpbkidedokldpbe |
Mô tả | UQFinder allows you to not just browse but to explore freely, while it assumes the role of a smart eidetic memory for you. |
Kích Thước Tệp | 436 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2018-04-05 |
Ngày Phát Hành | 2018-04-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | uq-finder |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://uniqreate.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |