Page Go-Quick page flipping tool

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

Cos'è Page Go-Quick page flipping tool?

Page Go-Quick page flipping tool è un'estensione di Chrome sviluppata da Shawn Chen, e la sua funzione principale è "Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Page Go-Quick page flipping tool

Scarica i file di estensione Page Go-Quick page flipping tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Page Go-Quick page flipping tool Page Go-Quick page flipping tool
ID hekimklgfdokkekmckhmijbmobgbnmoj
URL Ufficiale https://chromewebstore.google.com/detail/page-go-quick-page-flippi/hekimklgfdokkekmckhmijbmobgbnmoj
Descrizione Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.
Dimensione del File 16 KB
Conteggio Installazioni 189
Versione Corrente 0.3
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2023-04-10
Sviluppatore Shawn Chen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}