Wordpress Publisher

Publish easily to Wordpress from any website

Wordpress Publisherคืออะไร?

Wordpress Publisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wordpresspublisher.com และคุณลักษณะหลักของมันคือ "Publish easily to Wordpress from any website"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Post easily to your wordpress blog while browsing using the native Wordpress REST API. 

★ Post an article from any website
★ Set the featured image in one-click
★ Set the featured image ALT text and other meta data
★ Set the category and tags
★ Support Custom Post Types and Custom Post Fields
★ Fill automatically post fields or custom fields with macros based on the webpage your are currently browsing
★ Define particular behaviors for custom URLs 
★ Support several Wordpress sites
★ Auto-saving of your draft 
★ Export and Import your configuration to another browser
★ Many other configurable options to ease your publishing process

Usage:

- Once the extension is installed, click on the extension's icon to display a sidebar on the current webpage. 
- Access the settings by clicking on the cog icon, and add your WordPress websites.
- Don't forget to enable Basic Authentication on your WordPress website. See our documentation for more information.                    

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

ชื่อ Wordpress Publisher Wordpress Publisher
ID ejdhkphhfoaaoooglobbgmpdhlkpjljj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordpress-publisher/ejdhkphhfoaaoooglobbgmpdhlkpjljj
คำอธิบาย Publish easily to Wordpress from any website
ขนาดไฟล์ 1.54 MB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-06-29
วันที่เผยแพร่ 2022-06-28
ผู้พัฒนา https://wordpresspublisher.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wordpresspublisher.com
URL หน้าช่วยเหลือ https://wordpresspublisher.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordpress Publisher",
    "description": "Publish easily to Wordpress from any website",
    "manifest_version": 3,
    "version": "1.1.0",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "action": {
        "default_title": "Wordpress Publisher"
    },
    "commands": {
        "toggle-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Toggle the Wordpress sidebar"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "my-content-script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "www\/index.html#\/options",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "Wordpress Publisher"
}