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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Long webpage tool, bottom right quick flip, return top, jump bottom, page up/down, added mid-page button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Page Go-Quick page flipping tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}