gRewind

For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.

gRewind là gì?

gRewind là một tiện ích mở rộng Chrome được phát triển bởi verve, và tính năng chính của nó là "For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.".

Tải xuống tệp CRX của tiện ích mở rộng gRewind

Tải xuống các tệp mở rộng gRewind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gRewind gRewind
ID hdakhkgbedoffdbelpgadbiclopikoco
URL Chính Thức https://chrome.google.com/webstore/detail/grewind/hdakhkgbedoffdbelpgadbiclopikoco
Mô tả For searching Hangout history. Click gRewind once to scroll up. Click again to stop scrolling. Then use Command/Control+F to search.
Kích Thước Tệp 10.94 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-08-10
Ngày Phát Hành 2013-08-10
Nhà Phát Triển verve
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}