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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |