iQare Fullscreen Site Navigation

iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.

iQare Fullscreen Site Navigation là gì?

iQare Fullscreen Site Navigation là một tiện ích mở rộng Chrome được phát triển bởi https://iqare.eu, và tính năng chính của nó là "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iQare Fullscreen Site Navigation

Tải xuống các tệp mở rộng iQare Fullscreen Site Navigation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension give you possibility to navigate in browser history without exiting of full screen mode using next, back and home buttons of toolbar.
Navigation toolbar will be visible only if chrome browser is open on full screen [F11].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iQare Fullscreen Site Navigation iQare Fullscreen Site Navigation
ID oapiakkhifnfgcpkkoioenolcblkigfo
URL Chính Thức https://chromewebstore.google.com/detail/iqare-fullscreen-site-nav/oapiakkhifnfgcpkkoioenolcblkigfo
Mô tả iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 7.0.7
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2018-09-27
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://iqare.eu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.carebuilder.com/
URL Trang Trợ Giúp https://www.carebuilder.com/contact
URL Trang Chính Sách Bảo Mật http://carebuilder.eu/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iQare Fullscreen Site Navigation",
    "version": "7.0.7",
    "description": "iQare Fullscreen Site Navigation is a extension that lets to navigate in the easy and quick way a fullscreen website.",
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "idle",
        "webRequestAuthProvider",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/btn_back.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_next.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_home.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_move.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/btn_keys.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "jquery.ui.touch-punch.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}