Anonindo Downloads

外掛說明

Anonindo Downloads helps site administrators export installed WordPress assets from a single admin screen.

Features include:

  • Download individual installed plugins as ZIP files.
  • Download individual installed themes as ZIP files.
  • Download approved WordPress content folders, including plugins, themes, uploads, must-use plugins, and languages when present.
  • Adds a Download ZIP link to each row on the Plugins screen.
  • Uses administrator-only capability checks and nonce verification.
  • Limits downloads to known WordPress content locations. It does not accept arbitrary server paths.
  • Does not send data to remote services.

螢幕擷圖

安裝方式

  1. Upload the anonindo-downloads folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Tools > Anonindo Downloads.
  4. Choose the item you want to download.

常見問題集

Who can download files?

Only users with the manage_options capability can access the download screen and download links.

Can users enter custom server paths?

No. Downloads are limited to installed plugins, installed themes, and selected WordPress content folders.

Does this plugin collect data?

No. The plugin does not track usage, call remote APIs, or send data outside your site.

Does this plugin modify my plugins, themes, or uploads?

No. It creates a temporary ZIP file for the download and removes the temporary file after streaming it.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Anonindo Downloads〉的開發相關工作。

參與者

將〈Anonindo Downloads〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Improved path resolution to avoid direct WordPress content directory constants.
  • Moved nonce verification before request parameter handling.

1.0.0

  • Initial release.