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?

Page Go-Quick page flipping tool是由Shawn Chen开发的Chrome扩展程序,该扩展的主要功能是“Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Page Go-Quick page flipping tool扩展crx文件

下载Page Go-Quick page flipping tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Page Go-Quick page flipping tool Page Go-Quick page flipping tool
ID hekimklgfdokkekmckhmijbmobgbnmoj
官方URL https://chromewebstore.google.com/detail/page-go-quick-page-flippi/hekimklgfdokkekmckhmijbmobgbnmoj
简介 Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.
文件大小 16 KB
安装次数 189
当前版本 0.3
更新时间 2024-03-03
上架时间 2023-04-10
开发者 Shawn Chen
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}