# Dynamic links

> Adds configurable links to better navigate through web configurators.

Canonical page: [https://chrome-stats.com/d/dynamic-links](https://chrome-stats.com/d/dynamic-links)

## Overview

- **ID:** `dynamic-links`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** Danda
- **Category:** web-development,bookmarks
- **Daily users:** 2
- **Version:** 1.6
- **Last updated:** 2023-07-17
- **First published:** 2023-07-16
- **Size:** 2.36 MB
- **Data as of:** 2026-09-13
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/dynamic-links/)

## Description

1) Click the extension icon
2) Click the setting icon
3) Specify your shortcuts in JSON
4) Click Save button
5) Reopen the extension

Tabs structure:
[
  {
    "title": "tab title",
    "icon": "mdi icon class", 
    "contentCallBack": "buildCards",
    "contentArgs": {
      "default": [
        
      ],
      "pageSpecific": [
        {
          "matchPattern": "",
          "matchFlag": "",
          "cards": [
          ]
        }
      ]
    }
  }
]

Card structure:
{
  "title": "card title",
  "icon": "mdi icon class mdi-48px",
  "action": "action name",
  "args": [
    "action args"
  ]
}

Aviable actions:
name: redirect
"action": "redirect",
"args": [
  string:url to redirect to *
]
* "~" = root url of current page

name: tabOpenThenClose
"action": "redirect",
"args": [
  string:url to redirect to *
  bool:reload current page on after load
]
* "~" = root url of current page

Working Setting:
[
  {
    "title": "",
    "icon": "mdi-heart",
    "contentCallBack": "buildCards",
    "contentArgs": {
      "default": [
        {
          "title": "Admin",
          "icon": "mdi-upload mdi-48px",
          "action": "redirect",
          "args": [
            "~/wp-admin"
          ]
        },
        {
          "title": "ClearCache",
          "icon": "mdi-refresh mdi-48px",
          "action": "tabOpenThenClose",
          "args": [
            "~/",
            false
          ]
        }
      ],
      "pageSpecific": [
        {
          "matchPattern": ".*",
          "matchFlag": "gid",
          "cards": [
            {
              "title": "View",
              "icon": "mdi-view-list mdi-48px",
              "action": "redirect",
              "args": [
                "~/"
              ]
            }
          ]
        }
      ]
    }
  },
  {
    "title": "",
    "icon": "mdi-download",
    "contentCallBack": "buildCards",
    "contentArgs": {
      "default": [
      ],
      "pageSpecific": [
      ]
    }
  }
]

## Rankings

- #66,375 — Overall

## Permissions and access

### Permissions

- `storage`
- `tabs`
- `scripting`

### Host permissions

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [FF-TabLaunch](https://chrome-stats.com/d/ff-tablaunch) — 1 users, 5.00 / 5
- [Quick Access](https://chrome-stats.com/d/quick-access) — 4 users, 1.00 / 5
- [New Tab Extension](https://chrome-stats.com/d/new-tab-extension) — 1 users
- [Open Links in New Tab](https://chrome-stats.com/d/open-links-in-new-tab) — 132 users, 3.71 / 5
- [SFP Tools](https://chrome-stats.com/d/sfp-tools)
- [Shortcut Links Extension](https://chrome-stats.com/d/shortcut-links-extension)
- [Accelerated Speed Dial](https://chrome-stats.com/d/accelerated-speed-dial) — 1 users, 2.00 / 5
- [Organiseret](https://chrome-stats.com/d/organiseret) — 1 users
- [Home Assistant](https://chrome-stats.com/d/home-assistant) — 485 users, 5.00 / 5
- [Custom New Tab](https://chrome-stats.com/d/custom-new-tab-88) — 1 users
- [Awesome Shortcuts](https://chrome-stats.com/d/awesome-shortcuts) — 20 users, 4.86 / 5
- [Nu redirect](https://chrome-stats.com/d/nu-redirect)

---

Source: [Chrome-Stats](https://chrome-stats.com/d/dynamic-links)
