Excellent Selection

Transform selected text using one of several built-in filters.

Excellent Selectionคืออะไร?

Excellent Selection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Paul และคุณลักษณะหลักของมันคือ "Transform selected text using one of several built-in filters."

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

screenshot
screenshot
screenshot

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

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

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

                        The commands listed below are added to the right-click context menu of selected text. You can enable or disable each command in the options menu as well as set a custom text selection color.

• Lowercase
• Uppercase
• Uppercase Words
• Length
• Shuffle
• Reverse
• Search and Replace
• Word Count
• Word Wrap
• Base64 Encode
• Base64 Decode
• URL Encode
• Strip Tags
• Remove Whitespace
• Format XML
• Format JSON
• Format CSS
• Format SQL
• MD5
• SHA-1
• SHA-224
• SHA-256
• SHA-384
• SHA-512
• ROT13
• Pig Latin

You can fork this extension at github: https://github.com/TravisPaul/crx-excellent-selection                    

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

ชื่อ Excellent Selection Excellent Selection
ID enhkggpdbpffnbhbaimnpdjbmenlhmkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/excellent-selection/enhkggpdbpffnbhbaimnpdjbmenlhmkm
คำอธิบาย Transform selected text using one of several built-in filters.
ขนาดไฟล์ 82.43 KB
จำนวนการติดตั้ง 419
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2017-05-22
วันที่เผยแพร่ 2017-05-22
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Travis Paul
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/TravisPaul/crx-excellent-selection
URL หน้าช่วยเหลือ https://github.com/TravisPaul/crx-excellent-selection/issues
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.7.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "unlimitedStorage"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ]
        }
    ]
}