Country Flags Scrollbar

Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble

什麼是Country Flags Scrollbar?

Country Flags Scrollbar是由Bhupesh Singh開發的Chrome擴展程式,該擴展的主要功能是“Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Country Flags Scrollbar擴展crx文件

下載Country Flags Scrollbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can change how your scrollbar looks. Add you own custom image or choose from the given list.

# Note: after installing it for first time, reload any open tabs for the extension to work.                    

擴展基本資訊

名稱 Country Flags Scrollbar Country Flags Scrollbar
ID fgkbighieaohkbofflomdgickbdoncji
官方網址 https://chromewebstore.google.com/detail/country-flags-scrollbar/fgkbighieaohkbofflomdgickbdoncji
簡介 Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble
檔案大小 2.33 MB
安裝次數 59
目前版本 2
更新時間 2024-01-31
上架時間 2023-11-04
開發者 Bhupesh Singh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://direct.me/bhupesh
說明頁面URL https://direct.me/bhupesh
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Country Flags Scrollbar",
    "version": "2",
    "manifest_version": 3,
    "description": "Use your country flag as scrollbar, upload image from your own device or use a custom image as scrollbar. Fully customizble",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myScript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "options_page": "about.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}