Web Numerator - CNN
Replaces text with numeric representations of each word based on how many characters they contain.
Τι είναι το Web Numerator - CNN;
Το Web Numerator - CNN είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον krikenemp, και η κύρια λειτουργία του είναι "Replaces text with numeric representations of each word based on how many characters they contain.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Numerator - CNN
Λήψη αρχείων επέκτασης Web Numerator - CNN σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Formula: A number representing the total amount of characters in the word, followed by a period, followed by a number of zeros equaling the total amount of characters minus two (for the first number and period), followed by a space.
This formula keeps the same general spacing within the webpage, even as it removes all* letters - the only thing being replaced is the textual meaning. In its place is a translation of textual character quantity into numeric data.
*The current version is functional up to twenty-character strings; anything longer than that will display normally. Only works on the CNN website.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |  | 
| ID | khelchopjdemdpjlhmghlhdhodgnomma | 
| Επίσημο URL | https://chromewebstore.google.com/detail/web-numerator-cnn/khelchopjdemdpjlhmghlhdhodgnomma | 
| Περιγραφή | Replaces text with numeric representations of each word based on how many characters they contain. | 
| Μέγεθος Αρχείου | 52.42 KB | 
| Αριθμός Εγκαταστάσεων | 13 | 
| Τρέχουσα Έκδοση | 2.0.4 | 
| Τελευταία Ενημέρωση | 2014-03-19 | 
| Ημερομηνία Δημοσίευσης | 2014-03-19 | 
| Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις | 
| Προγραμματιστής | krikenemp | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Numerator - CNN",
    "version": "2.0.4",
    "description": "Replaces text with numeric representations of each word based on how many characters they contain.",
    "homepage_url": "http:\/\/bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "NMR8R-16.png",
        "48": "NMR8R-48.png",
        "128": "NMR8R-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cnn.com\/*"
            ],
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/connect\/*"
            ],
            "js": [
                "WebNumerator.user.js"
            ]
        }
    ]
} | |