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によって開発されたChromeの拡張機能で、その主な機能は「Format detects any available markdown tags that a website allows in its form data and places them just one click away!」です。

拡張機能のスクリーンショット

screenshot

Format拡張機能のCRXファイルをダウンロード

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