gRewind

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

Hvad er gRewind?

gRewind er en Chrome-udvidelse udviklet af verve, og dens hovedfunktion er "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".

Download gRewind-udvidelses-CRX-fil

Download gRewind-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn gRewind gRewind
ID hdakhkgbedoffdbelpgadbiclopikoco
Officiel URL https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco
Beskrivelse For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Filstørrelse 10.94 KB
Antal Installationer 13
Nuværende Version 0.1
Senest Opdateret 2013-08-10
Udgivelsesdato 2013-08-10
Udvikler verve
Betalingsmetode free
Understøttede Sprog 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
}