gRewind

For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.

Qu'est-ce que gRewind ?

gRewind est une extension Chrome développée par verve, et sa fonction principale est "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".

Télécharger le fichier CRX de l'extension gRewind

Téléchargez les fichiers d'extension gRewind 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

                        Annoyed by how Gmail now lazy-loads your chat history and looking for a particular line of text? Click Chats on the left sidebar and open your latest Hangout with a user. Click gRewind once to scroll history up. Click again to stop scrolling. Then use Control+F (or Command+F on a Mac) to search.                    

Informations de Base sur l'Extension

Nom gRewind gRewind
ID hdakhkgbedoffdbelpgadbiclopikoco
URL Officiel https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco
Description For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Taille du Fichier 10.94 KB
Nombre d'Installations 13
Version Actuelle 0.1
Dernière Mise à Jour 2013-08-10
Date de Publication 2013-08-10
Développeur verve
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "gRewind"
    },
    "name": "gRewind",
    "description": "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command\/Control+F to search.",
    "homepage_url": "http:\/\/twitter.com\/burndotfm",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}