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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}