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 |
| 公式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:\/\/*\/*"
]
} | |