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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}