Format

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

Τι είναι το Format;

Το Format είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Format

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

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

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