High Ascii Fixer/Stripper
This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing
Τι είναι το High Ascii Fixer/Stripper;
Το High Ascii Fixer/Stripper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον max.b.barry, και η κύρια λειτουργία του είναι "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης High Ascii Fixer/Stripper
Λήψη αρχείων επέκτασης High Ascii Fixer/Stripper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a context menu that allows you to copy text form a web page to your clipboard stripped of high ascii but with curly single/double quotes and em-dashes replaced with straight single/double quotes and normal dashes Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Επίσημο URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Περιγραφή | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Μέγεθος Αρχείου | 3.51 KB |
| Αριθμός Εγκαταστάσεων | 29 |
| Τρέχουσα Έκδοση | 1.1 |
| Τελευταία Ενημέρωση | 2015-05-12 |
| Ημερομηνία Δημοσίευσης | 2015-05-12 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | max.b.barry |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "High Ascii Fixer\/Stripper",
"description": "This will change curly single\/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing",
"version": "1.1",
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus",
"clipboardWrite"
]
} | |