gRewind

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

Cos'è gRewind?

gRewind è un'estensione di Chrome sviluppata da verve, e la sua funzione principale è "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".

Scarica il file CRX dell'estensione gRewind

Scarica i file di estensione gRewind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome gRewind gRewind
ID hdakhkgbedoffdbelpgadbiclopikoco
URL Ufficiale https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco
Descrizione For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Dimensione del File 10.94 KB
Conteggio Installazioni 13
Versione Corrente 0.1
Ultimo Aggiornamento 2013-08-10
Data di Pubblicazione 2013-08-10
Sviluppatore verve
Tipo di Pagamento free
Lingue Supportate 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
}