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
Eメール [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"
}