
Bookmarks with Airtable από cuth
Store bookmarks in Airtable and search for them through the address bar.
Θα χρειαστείτε το Firefox για να χρησιμοποιήσετε αυτήν την επέκταση
Μεταδεδομένα επέκτασης
Σχετικά με την επέκταση
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).
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:
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:
To use Bookmarks with Airtable, create a table in an Airtable base with these three columns: URL, Title, and Tags (optional).
- The URL column can be any string; the "URL" type is recommended.
- The Title column can be any string; the "Single line text" type is recommended.
- 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)}`
);
})();
Βαθμολόγηση εμπειρίας
Περισσότερες πληροφορίες
- Έκδοση
- 1.1.0
- Μέγεθος
- 41,56 KB
- Τελευταία ενημέρωση
- 5 χρόνια πριν (22 Ιαν 2020)
- Σχετικές κατηγορίες
- Άδεια
- Άδεια MIT
- Ιστορικό εκδόσεων
Προσθήκη σε συλλογή
Σημειώσεις έκδοσης του 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.
- 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.
Περισσότερες επεκτάσεις από cuth
- Δεν υπάρχουν ακόμη βαθμολογίες
- Δεν υπάρχουν ακόμη βαθμολογίες
- Δεν υπάρχουν ακόμη βαθμολογίες
- Δεν υπάρχουν ακόμη βαθμολογίες
- Δεν υπάρχουν ακόμη βαθμολογίες
- Δεν υπάρχουν ακόμη βαθμολογίες