gRewind
For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
gRewindとは何ですか?
gRewindはverveによって開発されたChromeの拡張機能で、その主な機能は「For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.」です。
gRewind拡張機能のCRXファイルをダウンロード
gRewind拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | hdakhkgbedoffdbelpgadbiclopikoco |
公式URL | https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco |
説明 | For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search. |
ファイルサイズ | 10.94 KB |
インストール数 | 13 |
現在のバージョン | 0.1 |
最終更新日 | 2013-08-10 |
公開日 | 2013-08-10 |
開発者 | verve |
支払い方法 | free |
対応言語 | 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 } |