Format

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

Format là gì?

Format là một tiện ích mở rộng Chrome được phát triển bởi star.fox.enterprise, và tính năng chính của nó là "Format detects any available markdown tags that a website allows in its form data and places them just one click away!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Format

Tải xuống các tệp mở rộng Format dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Format Format
ID mphnfjdgkiiiccepefldnmljongijhnj
URL Chính Thức https://chromewebstore.google.com/detail/format/mphnfjdgkiiiccepefldnmljongijhnj
Mô tả Format detects any available markdown tags that a website allows in its form data and places them just one click away!
Kích Thước Tệp 290 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-06-20
Ngày Phát Hành 2015-06-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển star.fox.enterprise
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/L-u-k-e/Format
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}