Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Podgląd „Dynamic links”

Dynamic links Autor: Danda

Adds configurable links to better navigate through web configurators.

0 (0 reviews)0 (0 reviews)
2 użytkowników2 użytkowników
Potrzebujesz Firefoksa, aby używać tego rozszerzenia
Pobierz Firefoksa i to rozszerzenie
Pobierz plik

Metadane rozszerzenia

O tym rozszerzeniu
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": [
]
}
}
]
Ocenione na 0 przez 0 recenzentów
Zaloguj się, aby ocenić to rozszerzenie
Nie ma jeszcze ocen

Zapisano ocenę w gwiazdkach

5
0
4
0
3
0
2
0
1
0
Nie ma jeszcze recenzji
Uprawnienia i daneWięcej informacji

Wymagane uprawnienia:

  • Mieć dostęp do kart przeglądarki

Opcjonalne uprawnienia:

  • Mieć dostęp do danych użytkownika na wszystkich stronach
Więcej informacji
Wersja
1.6
Rozmiar
2,36 MB
Ostatnia aktualizacja
2 lata temu (16 lip 2023)
Powiązane kategorie
  • Narzędzia twórców witryn
  • Zakładki
Licencja
Licencja MIT
Historia wersji
  • Wszystkie wersje
Dodaj do kolekcji
Zgłoś ten dodatek
Więcej rozszerzeń od: Danda
  • Nie ma jeszcze ocen

  • Nie ma jeszcze ocen

  • Nie ma jeszcze ocen

  • Nie ma jeszcze ocen

  • Nie ma jeszcze ocen

  • Nie ma jeszcze ocen

Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Przeglądarki

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.