GoUp

Adds the button Go Up into the page site.

GoUp là gì?

GoUp là một tiện ích mở rộng Chrome được phát triển bởi Anton Berezan, và tính năng chính của nó là "Adds the button Go Up into the page site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng GoUp 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

                        If you wish to temporarily hide GoUp bar, please press right mouse button on GoUp.

Version 1.1.6:
  - added a new option to show/hide the 'Go back' button;

Version 1.1.4:
  - some fixes;

Version 1.1.3:
  - some fixes;

Version 1.1:
  - added compact style;
  - added options for animation and compact style;
  - updated style;

Version 1.0.1:
  - added animation;
  - right mouse click for temporarily hide;
  - some fixes;                    

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

Tên GoUp GoUp
ID aocpiddhkbidlpopabginfakppnbgkfl
URL Chính Thức https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl
Mô tả Adds the button Go Up into the page site.
Kích Thước Tệp 57.21 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.1.6.2
Cập Nhật Lần Cuối 2013-03-09
Ngày Phát Hành 2013-03-09
Đánh Giá 4.41/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Anton Berezan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoUp",
    "version": "1.1.6.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0",
    "icons": {
        "128": "images\/goup-128.png",
        "48": "images\/goup-48.png",
        "32": "images\/goup-32.png",
        "16": "images\/goup-32.png"
    },
    "background": {
        "scripts": [
            "js\/options.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "fonts\/comfortaa-bold.woff",
        "css\/goup.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/goup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html"
}