Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
Bookmarks with Airtable 预览

Bookmarks with Airtable 作者: cuth

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

0 (0 reviews)0 (0 reviews)
2 个用户2 个用户
您需要 Firefox 来使用此扩展
下载 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).
  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)}`
);
})();
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
更多信息
版本
1.1.0
大小
41.56 KB
上次更新
6 年前 (2020年1月22日)
相关分类
  • 搜索工具
  • 书签
许可证
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.
cuth 制作的更多扩展
  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。