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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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": [
" | |