Title: My Apps
Author: Alex Kirk
Published: <strong>11.09.2024</strong>
Last modified: 30.04.2026

---

Търсене на разширения

![](https://s.w.org/plugins/geopattern-icon/my-apps.svg)

# My Apps

 От [Alex Kirk](https://profiles.wordpress.org/akirk/)

[Изтегляне](https://downloads.wordpress.org/plugin/my-apps.1.3.0.zip)

 * [Детайли](https://bg.wordpress.org/plugins/my-apps/#description)
 * [Оценки](https://bg.wordpress.org/plugins/my-apps/#reviews)
 * [Разработка](https://bg.wordpress.org/plugins/my-apps/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/my-apps/)

## Описание

This plugin adds a `/my-apps/` route to your WordPress so that it can act as your
personal apps launcher — a dashboard that feels like a mobile phone home screen,
so you don’t have to navigate wp-admin to reach the apps you use.

Apps can be plugins that register their own icon, custom links you add yourself,
or plugins you install on demand from the built-in app store.

### Features

 * **Launcher** at `/my-apps/` with grid or flow layouts, drag-to-reorder, and an
   edit mode for customization.
 * **Display settings** live in the launcher itself (no admin page): icon size, 
   spacing, grid columns, layout toggle, and an optional personalized greeting. 
   Settings are stored per-device while in edit mode.
 * **App Store** for installing new apps: browse a curated catalog, view app detail
   pages, and install via WordPress Playground blueprints. Paste a custom blueprint
   JSON from the clipboard to install anything.
 * **Auto-registered icons** after a blueprint install — if the installed plugin
   doesn’t register its own icon, one is generated with a category-colored gradient.
 * **Import/export** your launcher configuration from the settings dropdown.
 * **Mobile-friendly**: full-screen app store, three icons per row, and a My Apps
   link in the admin bar on the frontend.

### Adding an app from a plugin

Plugins can register their own launcher icon by filtering `my_apps_plugins`:

    ```
    add_filter( 'my_apps_plugins', function ( $apps ) {
        // Add your app to the array. These three keys are mandatory:
        $apps['friends'] = array(
            // Name: The name that will be displayed.
            'name'     => __( 'Friends', 'friends' ),
            // The icon as a URL. You can also use a local URL inside a plugin, using `plugins_url()`.
            'icon_url' => 'https://ps.w.org/friends/assets/icon-256x256.png',
            // The URL this should link to.
            'url'      => home_url( '/friends/' ),
        );
        return $apps;
    } );
    ```

## Снимки на разширението

 * [[
 * The Launcher
 * [[
 * The App Store
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“My Apps” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

 *   [ Alex Kirk ](https://profiles.wordpress.org/akirk/)

“My Apps” е преведено на 1 език. Благодарности на [преводачите](https://translate.wordpress.org/projects/wp-plugins/my-apps/contributors)
за техния принос.

[Превеждане на “My Apps” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/my-apps)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/my-apps/), разглеждане
на [SVN хранилище](https://plugins.svn.wordpress.org/my-apps/), или абонамент към
[програмната история (log)](https://plugins.trac.wordpress.org/log/my-apps/) чрез
[RSS](https://plugins.trac.wordpress.org/log/my-apps/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **1.3.0**
 *  Last updated **Преди 4 седмици **
 *  Active installations **По-малко от 10**
 *  WordPress version ** 5.0 или по-висока **
 *  Tested up to **7.0**
 *  PHP version ** 7.2 или по-висока **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/my-apps/) и [Spanish (Spain)](https://es.wordpress.org/plugins/my-apps/).
 *  [Преведете на вашия език](https://translate.wordpress.org/projects/wp-plugins/my-apps)
 * Tag
 * [apps](https://bg.wordpress.org/plugins/tags/apps/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/my-apps/advanced/)

## Оценки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/my-apps/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/my-apps/reviews/)

## Сътрудници

 *   [ Alex Kirk ](https://profiles.wordpress.org/akirk/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/my-apps/)