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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย verve และคุณลักษณะหลักของมันคือ "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gRewind
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |