gRewind
For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Apa itu gRewind?
gRewind adalah ekstensi Chrome yang dikembangkan oleh verve, dan fitur utamanya adalah "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".
Unduh Berkas CRX Ekstensi gRewind
Unduh file ekstensi gRewind dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hdakhkgbedoffdbelpgadbiclopikoco |
URL Resmi | https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco |
Deskripsi | For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search. |
Ukuran File | 10.94 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-08-10 |
Tanggal Publikasi | 2013-08-10 |
Pengembang | verve |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |