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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}