Space Remover: Text Field Trimmer

Strips leading and trailing spaces from text boxes

Τι είναι το Space Remover: Text Field Trimmer;

Το Space Remover: Text Field Trimmer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shankar Balakrishna, και η κύρια λειτουργία του είναι "Strips leading and trailing spaces from text boxes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Space Remover: Text Field Trimmer

Λήψη αρχείων επέκτασης Space Remover: Text Field Trimmer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a Google Chrome extension that removes leading and trailing spaces from all text input fields(apart from password fields) on the current webpage. The extension will display the number of replacements made on its icon in the toolbar.
 
Usage:

1.  Web Surfing, Bhai Sahab(Brother): You're surfing the interwebs and stumble upon a webpage brimming with text input fields. Maybe it's a form, maybe it's a online form, or the web equivalent of Mount Everest: The dreaded Jenkins Nodes and Clouds page. This beast is sprawling with text input fields, each one begging for your attention. It's a veritable jungle of AWS MI ID's , instance types, and whatnot.

2.  Oops, Thoda Extra Ho Gaya(I've added a bit too much) : In the heat of the moment,  like a little extra spicy masala to the biryani, you find that you've unintentionally added leading and/or trailing spaces to one of the text fields.

 3.  Koi Nahi, Sahi Kar Denge(No Worries): This is where the Space Stripping Extension comes in to save the day.Just give a little click on the extension's icon in the toolbar, like a tap on the shoulder.

4.  Aur Lo! Kamaal Ho Gaya(Voila): In a jiffy, the extension swings into action, removing all leading and trailing spaces from your text fields (password fields are a no-go area, bhai - it's like the secret recipe to your mom's paneer butter masala). 

Aur sone pe suhaga (Cherry on top): The extension will also keep a tally of its victories, displaying the number of replacements made right on its icon in the toolbar. Now, you're back in the driver's seat, ready to tackle Jenkins without fear of your agents breaking down. Jenkins may not warn you about those sneaky spaces, but with the Space Stripping Extension, you've got your own personal space guardian!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Space Remover: Text Field Trimmer Space Remover: Text Field Trimmer
ID lngoadjohlddgkbecpimalgdnkljfkib
Επίσημο URL https://chromewebstore.google.com/detail/space-remover-text-field/lngoadjohlddgkbecpimalgdnkljfkib
Περιγραφή Strips leading and trailing spaces from text boxes
Μέγεθος Αρχείου 18.67 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-05-17
Ημερομηνία Δημοσίευσης 2023-05-16
Προγραμματιστής Shankar Balakrishna
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Space Remover: Text Field Trimmer",
    "version": "2.0",
    "description": "Strips leading and trailing spaces from text boxes",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Strip Spaces"
    },
    "background": {
        "service_worker": "background.js"
    }
}