Format

Format detects any available markdown tags that a website allows in its form data and places them just one click away!

Format क्या है?

Format star.fox.enterprise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Format detects any available markdown tags that a website allows in its form data and places them just one click away!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Format detects markdown tags that sites allow in their form input and places shortcuts for them in the Format sub-menu, found in your context menu items. Never write a boring Youtube comment again!!

*When you first download the extension, please restart your browser*


Currently supported sites are:
  Youtube
  The entire Stack Exchange network 
  Github
  Reddit
  Twitch                    

एक्सटेंशन की मूल जानकारी

नाम Format Format
ID mphnfjdgkiiiccepefldnmljongijhnj
आधिकारिक URL https://chromewebstore.google.com/detail/format/mphnfjdgkiiiccepefldnmljongijhnj
विवरण Format detects any available markdown tags that a website allows in its form data and places them just one click away!
फ़ाइल का आकार 290 KB
स्थापना संख्या 12
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-06-20
प्रकाशन तिथि 2015-06-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर star.fox.enterprise
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/L-u-k-e/Format
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Format",
    "description": "Format detects any available markdown tags that a website allows in its form data and places them just one click away!",
    "version": "1.0.0",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "page": "event_pages\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/broadcast.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/replace.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "resources\/img\/icons\/pencil16.png",
        "20": "resources\/img\/icons\/pencil20.png",
        "24": "resources\/img\/icons\/pencil24.png",
        "32": "resources\/img\/icons\/pencil32.png",
        "48": "resources\/img\/icons\/pencil48.png",
        "64": "resources\/img\/icons\/pencil64.png",
        "128": "resources\/img\/icons\/pencil128.png",
        "256": "resources\/img\/icons\/pencil256.png",
        "512": "resources\/img\/icons\/pencil512.png"
    }
}