Strikethrough, Etc.

Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.

Τι είναι το Strikethrough, Etc.;

Το Strikethrough, Etc. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Varga, και η κύρια λειτουργία του είναι "Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Strikethrough, Etc.

Λήψη αρχείων επέκτασης Strikethrough, Etc. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Style your text anywhere on the web. To use this extension, highlight & right-click on the text in any input field.

Works great for posting on social media sites (like Facebook and Twitter), comment threads, web based email clients (like Gmail), and chat clients (like Slack).

Available styles include strikethrough, slash, underline, arrows, upside down text, small caps, smiley face, bubble text, bold, italics, gothic text, and more.                    

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

Όνομα Strikethrough, Etc. Strikethrough, Etc.
ID kdailohlmkahclogmhefpbhfhdgodafa
Επίσημο URL https://chromewebstore.google.com/detail/strikethrough-etc/kdailohlmkahclogmhefpbhfhdgodafa
Περιγραφή Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.
Μέγεθος Αρχείου 22.9 KB
Αριθμός Εγκαταστάσεων 2,308
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2016-02-05
Ημερομηνία Δημοσίευσης 2016-02-04
Αξιολόγηση 2.47/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής Adam Varga
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://adamvarga.com/strike
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strikethrough, Etc.",
    "description": "Use s\u0336t\u0336r\u0336i\u0336k\u0336e\u0336t\u0336h\u0336r\u0336o\u0336u\u0336g\u0336h\u0336 text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.",
    "version": "1.0.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "transforms.js",
            "run_transform.js",
            "menu_structure.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}