Hello.

Full text search across Chrome tabs.

Qu'est-ce que Hello. ?

Hello. est une extension Chrome développée par Vikesh, et sa fonction principale est "Full text search across Chrome tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hello.

Téléchargez les fichiers d'extension Hello. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hello. Hello.
ID flgocgfdkefalfmognfpnllliahhgegk
URL Officiel https://chrome.google.com/webstore/detail/hello/flgocgfdkefalfmognfpnllliahhgegk
Description Full text search across Chrome tabs.
Taille du Fichier 11.58 KB
Nombre d'Installations 10
Version Actuelle 1.3
Dernière Mise à Jour 2015-08-27
Date de Publication 2015-08-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Vikesh
Type de Paiement free
Langues Prises en Charge 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"
    ]
}