Excellent Selection

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

Excellent Selection क्या है?

Excellent Selection Travis Paul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform selected text using one of several built-in filters."।

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

screenshot

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

crx प्रारूप में Excellent Selection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}