Page Go-Quick page flipping tool

Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.

Page Go-Quick page flipping tool là gì?

Page Go-Quick page flipping tool là một tiện ích mở rộng Chrome được phát triển bởi Shawn Chen, và tính năng chính của nó là "Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Go-Quick page flipping tool

Tải xuống các tệp mở rộng Page Go-Quick page flipping tool 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

                        This Chrome extension displays four icons in the lower right corner of each webpage, allowing users to quickly navigate to the top or bottom of the page, or to scroll up or down. Users can also use the extension icon to zoom in or out on the page's navigation icons, or to hide them altogether. This simple and user-friendly extension provides a more convenient browsing experience for users.                    

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

Tên Page Go-Quick page flipping tool Page Go-Quick page flipping tool
ID hekimklgfdokkekmckhmijbmobgbnmoj
URL Chính Thức https://chromewebstore.google.com/detail/page-go-quick-page-flippi/hekimklgfdokkekmckhmijbmobgbnmoj
Mô tả Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.
Kích Thước Tệp 16 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-04-10
Nhà Phát Triển Shawn Chen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr,es,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.3",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "page_go_styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}