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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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:\/\/*\/*"
    ]
}