gRewind
For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
What is gRewind?
gRewind is a Chrome extension developed by verve, and its main feature is "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".
Download gRewind Extension CRX File
Download gRewind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hdakhkgbedoffdbelpgadbiclopikoco |
Official URL | 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. |
File Size | 10.94 KB |
Installation Count | 13 |
Current Version | 0.1 |
Last Updated | 2013-08-10 |
Publish Date | 2013-08-10 |
Developer | verve |
Payment Type | free |
Supported Languages | 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 } |