Hello.

Full text search across Chrome tabs.

Wat is Hello.?

Hello. is een Chrome-extensie ontwikkeld door Vikesh, en de belangrijkste functie is "Full text search across Chrome tabs.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hello.

Download Hello.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hello. Hello.
ID flgocgfdkefalfmognfpnllliahhgegk
Officiële URL https://chrome.google.com/webstore/detail/hello/flgocgfdkefalfmognfpnllliahhgegk
Beschrijving Full text search across Chrome tabs.
Bestandsgrootte 11.58 KB
Aantal Installaties 10
Huidige Versie 1.3
Laatst Bijgewerkt 2015-08-27
Publicatiedatum 2015-08-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Vikesh
Betalingswijze free
Ondersteunde Talen 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"
    ]
}