gRewind
For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Wat is gRewind?
gRewind is een Chrome-extensie ontwikkeld door verve, en de belangrijkste functie is "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".
Download het CRX-bestand van de extensie gRewind
Download gRewind-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
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.
Basisinformatie over de Extensie
Naam | |
ID | hdakhkgbedoffdbelpgadbiclopikoco |
Officiële URL | https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco |
Beschrijving | For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search. |
Bestandsgrootte | 10.94 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-08-10 |
Publicatiedatum | 2013-08-10 |
Ontwikkelaar | verve |
Betalingswijze | free |
Ondersteunde Talen | 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 } |