Custom selection

Instantly customize text selections, enhancing your browsing with personalized colors, shadows, and decorations.

Custom selectionคืออะไร?

Custom selection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noé Manwaring-Favennec และคุณลักษณะหลักของมันคือ "Instantly customize text selections, enhancing your browsing with personalized colors, shadows, and decorations."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom selection

ดาวน์โหลดไฟล์ส่วนขยาย Custom selection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the Custom Selection Chrome Extension! This useful tool allows you to fully customize the appearance of your text selection with just a few clicks.
With Custom Selection, you can choose the color of your text selection, the background color, add a text shadow, and even text decorations (such as underlining) for added emphasis. Plus, you can set individual settings for different web domains, giving you even more control over your browsing experience. Whether you don't like the default text selection or just want to add a personal touch to your browsing experience, Custom Selection has you covered.
Installation is quick and easy - simply add the extension to your Chrome browser and you'll be ready to go in no time. So why wait? Start customizing your text selection today with Custom Selection!

Custom selection has the following features:
    •  Customize text color
    •  Customize background color
    •  Customize text shadow color
    •  Customize text decorations
    •  Apply different settings on different sites

Due to technical restrictions, Custom selection can not customize your text selection on the following websites:
    •  Chrome Webstore
    •  chrome:// URLs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Custom selection Custom selection
ID jhhlpjihbkjhkffkcopcpbdldaokmpjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-selection/jhhlpjihbkjhkffkcopcpbdldaokmpjj
คำอธิบาย Instantly customize text selections, enhancing your browsing with personalized colors, shadows, and decorations.
ขนาดไฟล์ 71.73 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-01-02
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Noé Manwaring-Favennec
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Pythack/Selection-customizer/wiki
URL หน้าช่วยเหลือ https://github.com/Pythack/Selection-customizer/wiki
ภาษาที่รองรับ id,de,en,fr,tr,es,it,pt-BR,pt-PT,el,ru,uk,iw,hi,bn,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "author": "Pythack",
    "default_locale": "en",
    "version": "2.1.0",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/images\/icon.png",
                ".\/images\/iconcustom.png",
                ".\/images\/iconvalid.png",
                ".\/images\/iconfail.png",
                ".\/images\/icondisabled.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}