Make a Gist shortcode for Wordpress

You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.

Make a Gist shortcode for Wordpress là gì?

Make a Gist shortcode for Wordpress là một tiện ích mở rộng Chrome được phát triển bởi tomorrowkey, và tính năng chính của nó là "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".

Tải xuống tệp CRX của tiện ích mở rộng Make a Gist shortcode for Wordpress

Tải xuống các tệp mở rộng Make a Gist shortcode for Wordpress 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

                        You will be able to make a shortcode of plugins for Wordpress of embedding Gist.  
The plugins for wordpress of embedding Gist is like this.
http://wordpress.org/plugins/embed-github-gist/

Source code is here
https://github.com/tomorrowkey/make-gist-shortcode                    

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

Tên Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
URL Chính Thức https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
Mô tả You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Kích Thước Tệp 66.75 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-02-07
Ngày Phát Hành 2014-02-07
Nhà Phát Triển tomorrowkey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Gist shortcode for Wordpress",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.",
    "homepage_url": "https:\/\/github.com\/tomorrowkey\/make-gist-shortcode",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/gist.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gist.github.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}