Blish

Post to WordPress in two-clicks

Blishคืออะไร?

Blish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Y.K. Goon และคุณลักษณะหลักของมันคือ "Post to WordPress in two-clicks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blish

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

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

                        Publish your articles on WordPress in just two clicks! 

Fast, simple, and ultimately convenient.

That’s the Blish WordPress extension for Chrome. This superb blogging tool allows you to publish your posts quickly wherever you are and whenever you want, right from your browser. 

No need to log in repeatedly to your WordPress account to publish new posts. With Blish, you can add content in as fast as two clicks. 

Instead of tediously copying and pasting the article title, paragraphs and pictures one by one, you simply have to click on the W+ icon on the toolbar. Then, review your content, and click “post.” 

That’s it. Only a few seconds, and your post will be instantly published! 

-- Settings -- 

Just enter your WordPress URL, username and password, and you’re good to go. 

~~ WP version 3.8 and above ~~

This extension has been tested with Wordpress version 3.8. If you run a lower version of Wordpress, please consider upgrading (if only for security reason).

~~ XML-RPC Setup (WP 3.4 and below) ~~

For this extension to work, your Wordpress site must be enabled with remote publishing permission (http://codex.wordpress.org/XML-RPC_Support). Please do have that setup before using this Share on WP extension.                    

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

ชื่อ Blish Blish
ID hiiopeggpijfjkkaclhphiiadpeacnoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blish/hiiopeggpijfjkkaclhphiiadpeacnoj
คำอธิบาย Post to WordPress in two-clicks
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2014-04-16
วันที่เผยแพร่ 2014-04-16
คะแนน 3.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Y.K. Goon
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ykgoon.com/blish/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blish",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Post to WordPress in two-clicks",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "Blish",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/application.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}