WordXPress - WordPress fastest posting tool

Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC

WordXPress - WordPress fastest posting toolคืออะไร?

WordXPress - WordPress fastest posting tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naman / Sélim และคุณลักษณะหลักของมันคือ "Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordXPress - WordPress fastest posting tool

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

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

                        -- Updated 19/07/15 to version 1.2.4.4 --

- Corrected a bug with the source button
- Updated the documentation link in the option page

-- Updated 07/06/15 to version 1.2.4 --

- Corrected bug when Youtube API V2 does not work

-- Updated 02/06/15 to version 1.2.3 -- 

- Many bug corrections
- youtube, dailymotion, vimeo detection improved
- better scan of the videos and images in the page

-- Updated 31/05/15 to version 1.2.2 -- 

Postek is a Chrome extension which allows you to post pictures and videos on a wordpress blog very quickly from your browser.

You just have to choose in a dropdown popup which medias you want to insert in your post.

The images and videos are automatically fetched in the current page.

Add a title, a description, some tags, and just click the Post button !

Features

- Find all the images on the page according to the minimum width and height you define
- Find all the Youtube, Vimeo, DailyMotion videos on the page
- Choose wich videos or images you want to include in your post
- Add title, text content and tags to your post
- Use keywords to add source page url or other links to your post
- Specify the width to resize the images and videos
- Retrieve the categories from your wordpress blog
- Automatically upload images to your wordpress blog
- Automatically add image or video thumbnail as featured image to your post
- Use only XML RPC to connect and send datas to your wordpress blog

Usage

- Postek will wait for the page to complete loading before gathering the images and videos
- Open the dropdown popup by clicking the postek icon in the top menu bar
- Choose a title for your post
- Use the checkboxes to choose the medias you want to insert in your post
- Write a text content to add to your post (You can use [source] keyword to add the source page link to your post)
- Choose a category from the dropdown list
- Add some coma separated tags
- Click on “Post Your Article”
- Wait for the post to be sent
- The popup window will close automatically after 2 seconds.                    

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

ชื่อ WordXPress - WordPress fastest posting tool WordXPress - WordPress fastest posting tool
ID opmpbebdjikhgoeidagipcihicjionkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordxpress-wordpress-fast/opmpbebdjikhgoeidagipcihicjionkd
คำอธิบาย Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 1,114
เวอร์ชันปัจจุบัน 1.2.4.4
อัปเดตครั้งล่าสุด 2015-07-19
วันที่เผยแพร่ 2015-07-18
คะแนน 3.18/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Naman / Sélim
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://twwwitter.com/postek-a-chrome-extension-to-quick-post-on-wordpress/
URL หน้าช่วยเหลือ http://twwwitter.com/postek-a-chrome-extension-to-quick-post-on-wordpress/
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "img\/icon_32.png",
        "default_popup": "popup.html",
        "default_title": "WordXPress - Post on WordPress faster than saying it"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-2.0.1.min.js",
                "lib\/jquery-url.js",
                "js\/application.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC",
    "icons": {
        "128": "img\/icon_128.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLHirD5mtefJ9hdMQHKbOA72DuCN\/PUgPPQnf5OTf1Lt9CKsL4\/duFDsDwGyGFixPOlntadrwxPBfcaf1oPA+ulOvxIJ+e3Pdy6RAURiI2TiKOmA1ZTr0gonlWO8NBS9q\/RnA44aRD8Qnz+yC8FLfTI9XjNBrbAbYmCjGhCIU0owIDAQAB",
    "manifest_version": 2,
    "name": "WordXPress - WordPress fastest posting tool",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4.4"
}