Hello.

Full text search across Chrome tabs.

Hello.คืออะไร?

Hello. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vikesh และคุณลักษณะหลักของมันคือ "Full text search across Chrome tabs."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hello.

ดาวน์โหลดไฟล์ส่วนขยาย Hello. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hello is a simple (and naive) full text search across Chrome tabs.

How to use:
-> Press Ctrl + Enter from any tab.
-> Search any word you remember seeing on any tab open in the current window.
-> Click on the result (or Ctrl + 0-9, or scroll to the result and press Enter).

NOTE: This extension consumes quite a bit of memory. At heavy load (many tabs), the extension may consume up to 200 MB (Though much lesser than the average consumption of many popular websites, which can go up to 300 MB).                    

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

ชื่อ Hello. Hello.
ID flgocgfdkefalfmognfpnllliahhgegk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hello/flgocgfdkefalfmognfpnllliahhgegk
คำอธิบาย Full text search across Chrome tabs.
ขนาดไฟล์ 11.58 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-08-27
วันที่เผยแพร่ 2015-08-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Vikesh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/porter.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/porter.js",
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Full text search across Chrome tabs.",
    "manifest_version": 2,
    "name": "Hello.",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "img\/*.png",
        "html\/*.html",
        "js\/searchBar.js"
    ]
}