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คืออะไร?

Make a Gist shortcode for Wordpress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomorrowkey และคุณลักษณะหลักของมันคือ "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make a Gist shortcode for Wordpress

ดาวน์โหลดไฟล์ส่วนขยาย Make a Gist shortcode for Wordpress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
คำอธิบาย You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
ขนาดไฟล์ 66.75 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-02-07
วันที่เผยแพร่ 2014-02-07
ผู้พัฒนา tomorrowkey
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}