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. 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Strikethrough, Etc. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}