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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UQFinder - Your Browsing Space Explorer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*"
    ]
}