Excellent Selection
Transform selected text using one of several built-in filters.
Was ist Excellent Selection?
Excellent Selection ist eine Chrome-Erweiterung, die von Travis Paul entwickelt wurde, und ihr Hauptmerkmal ist "Transform selected text using one of several built-in filters.".
Erweiterungsscreenshots
Excellent Selection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Excellent Selection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Excellent Selection |
ID | enhkggpdbpffnbhbaimnpdjbmenlhmkm |
Offizielle URL | https://chromewebstore.google.com/detail/excellent-selection/enhkggpdbpffnbhbaimnpdjbmenlhmkm |
Beschreibung | Transform selected text using one of several built-in filters. |
Dateigröße | 82.43 KB |
Installationsanzahl | 419 |
Aktuelle Version | 1.7.1 |
Letztes Update | 2017-05-22 |
Veröffentlichungsdatum | 2017-05-22 |
Bewertung | 3.78/5 Insgesamt 9 Bewertungen |
Entwickler | Travis Paul |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/TravisPaul/crx-excellent-selection |
Hilfeseite URL | https://github.com/TravisPaul/crx-excellent-selection/issues |
Unterstützte Sprachen | 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": [ " |