Add-ons für den Firefox-Browser
  • Erweiterungen
  • Themes
    • für Firefox
    • Wörterbücher & Sprachpakete
    • Andere Browser-Seiten
    • Add-ons für Android
Anmelden
Vorschau von Bookmarks with Airtable

Bookmarks with Airtable von cuth

Store bookmarks in Airtable and search for them through the address bar.

0 (0 reviews)0 (0 reviews)
2 Benutzer2 Benutzer
Melden Sie sich an, um diese Erweiterung zu verwenden
Laden Sie Firefox herunter und holen Sie sich die Erweiterung
Datei herunterladen

Metadaten zur Erweiterung

Über diese Erweiterung
Take back control of your bookmarks! Follow these steps to use an Airtable table as your database for bookmarks. This extension allows you to search through your bookmarks using the address bar. To add new bookmarks just use a simple bookmarklet.

To use Bookmarks with Airtable, create a table in an Airtable base with these three columns: URL, Title, and Tags (optional).
  1. The URL column can be any string; the "URL" type is recommended.
  2. The Title column can be any string; the "Single line text" type is recommended.
  3. The Tags column can be any array; the "Multiple select" type is recommended.

Enter the fields below that pertain to the table. Now type "l" in the address bar to search through the bookmarks.

Hint: Use a hashtag to narrow a search down by a tag. (example: l #mytag foo)

To collect new bookmarks, turn the table above into a form by adding a "Form" view. Then create a bookmarklet using this code and switching out the form URL:


javascript: (() => {
var formUrl = "[FORM URL]";
window.open(
`${formUrl}?prefill_Title=${encodeURIComponent(
document.title
)}&prefill_URL=${encodeURIComponent(location.href)}`
);
})();
Bewertet mit 0 von 0 Bewertern
Melden Sie sich an, um diese Erweiterung zu bewerten
Es liegen noch keine Bewertungen vor

Stern-Bewertung gespeichert

5
0
4
0
3
0
2
0
1
0
Noch keine Bewertungen
Weitere Informationen
Version
1.1.0
Größe
41,56 KB
Zuletzt aktualisiert
vor 6 Jahren (22. Jan. 2020)
Verwandte Kategorien
  • Suchwerkzeuge
  • Lesezeichen
Lizenz
MIT-Lizenz
Versionsgeschichte
  • Alle Versionen anzeigen
Zur Sammlung hinzufügen
Dieses Add-on melden
Versionshinweise für 1.1.0
v1.1.0

- Supports searches with hyphens or plus signs in the word.
- Clicking the default search text automatically uses the first result or else does nothing.
- Adds "clear cache" button in the options page.
Mehr Erweiterungen von cuth
  • Es liegen noch keine Bewertungen vor

  • Es liegen noch keine Bewertungen vor

  • Es liegen noch keine Bewertungen vor

  • Es liegen noch keine Bewertungen vor

  • Es liegen noch keine Bewertungen vor

  • Es liegen noch keine Bewertungen vor

Zur Mozilla-Startseite gehen

Add-ons

  • Über
  • Firefox-Add-ons-Blog
  • Erweiterungs-Workshop
  • Entwickler-Zentrum
  • Regeln für Entwickler
  • Blog der Gemeinschaft
  • Forum
  • Einen Fehler melden
  • Bewertungsleitfaden

Browser

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Datenschutz
  • Cookies
  • Rechtliches

Sofern nicht anders vermerkt, steht der Inhalt dieser Seite unter der Creative Commons Attribution Share-Alike License v3.0 oder einer späteren Version.