Page Go-Quick page flipping tool

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

O que é Page Go-Quick page flipping tool?

Page Go-Quick page flipping tool é uma extensão do Chrome desenvolvida por Shawn Chen, e sua principal característica é "Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Page Go-Quick page flipping tool

Baixe arquivos de extensão Page Go-Quick page flipping tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Page Go-Quick page flipping tool Page Go-Quick page flipping tool
ID hekimklgfdokkekmckhmijbmobgbnmoj
URL Oficial https://chromewebstore.google.com/detail/page-go-quick-page-flippi/hekimklgfdokkekmckhmijbmobgbnmoj
Descrição Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button.
Tamanho do Arquivo 16 KB
Contagem de Instalações 189
Versão Atual 0.3
Última Atualização 2024-03-03
Data de Publicação 2023-04-10
Desenvolvedor Shawn Chen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}