Page Go-Quick page flipping tool

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

Qu'est-ce que Page Go-Quick page flipping tool ?

Page Go-Quick page flipping tool est une extension Chrome développée par Shawn Chen, et sa fonction principale est "Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Go-Quick page flipping tool

Téléchargez les fichiers d'extension Page Go-Quick page flipping tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Go-Quick page flipping tool Page Go-Quick page flipping tool
ID hekimklgfdokkekmckhmijbmobgbnmoj
URL Officiel https://chromewebstore.google.com/detail/page-go-quick-page-flippi/hekimklgfdokkekmckhmijbmobgbnmoj
Description Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.
Taille du Fichier 16 KB
Nombre d'Installations 189
Version Actuelle 0.3
Dernière Mise à Jour 2024-03-03
Date de Publication 2023-04-10
Développeur Shawn Chen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}