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
官方網址 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"
    }
}