Format

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

Qu'est-ce que Format ?

Format est une extension Chrome développée par star.fox.enterprise, et sa fonction principale est "Format detects any available markdown tags that a website allows in its form data and places them just one click away!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Format

Téléchargez les fichiers d'extension Format au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Format Format
ID mphnfjdgkiiiccepefldnmljongijhnj
URL Officiel https://chromewebstore.google.com/detail/format/mphnfjdgkiiiccepefldnmljongijhnj
Description Format detects any available markdown tags that a website allows in its form data and places them just one click away!
Taille du Fichier 290 KB
Nombre d'Installations 12
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-06-20
Date de Publication 2015-06-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur star.fox.enterprise
Type de Paiement free
Site Web de l'Extension https://github.com/L-u-k-e/Format
Langues Prises en Charge 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"
    }
}