설명
Extension Access Manager enables a secure, custom REST API endpoint for uploading images and submitting posts directly to WordPress. Built for browser extensions and third-party apps, it simplifies content publishing and media handling through a protected access token system.
Key Features
- Secure image upload via POST request
- JSON-based post publishing from extensions
- Token-based authentication
- Built for integration with Chrome extensions
- Lightweight and easy to set up
License
This plugin is licensed under the GPLv2 or later. See the License URI for more information.
설치
- Upload the plugin ZIP via Plugins > Add New > Upload Plugin in your WordPress dashboard.
- Activate the plugin.
- Use the
/wp-json/custom-api/receiveendpoint for communication. - Set your token in the plugin PHP file (
$secretToken = 'your_custom_token';) for access control.
FAQ
-
Q. Can I use this with any Chrome extension?
-
Yes. Just make sure your extension makes requests to the correct endpoint and includes the token.
-
Q. What data format does it accept?
-
The plugin accepts JSON containing
title,content, andimage_url.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Extension Access Manager”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.1
- Added REST route /import-categories to import scraped categories.
- Improved image handling and .webp/base64 upload fallback.
- Fixed minor bugs.