Larder: Bookmarking for developers
Quickly bookmark the current tab into your larder.
Larder: Bookmarking for developers là gì?
Larder: Bookmarking for developers là một tiện ích mở rộng Chrome được phát triển bởi https://larder.io, và tính năng chính của nó là "Quickly bookmark the current tab into your larder.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Larder: Bookmarking for developers
Tải xuống các tệp mở rộng Larder: Bookmarking for developers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Larder is a speedy bookmarking tool for developers at https://larder.io. This extension allows you to quickly save the current tab into your larder by using the shortcut key (default Ctrl+Shift+L in Windows, Cmd+Shift+L on Mac) or by clicking its browser button. Switch between Add and Search tabs with Alt+`.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Larder: Bookmarking for developers |
ID | jnjnffbdfmpaanfplppilmidpbllpnej |
URL Chính Thức | https://chromewebstore.google.com/detail/larder-bookmarking-for-de/jnjnffbdfmpaanfplppilmidpbllpnej |
Mô tả | Quickly bookmark the current tab into your larder. |
Kích Thước Tệp | 193 KB |
Số Lần Cài Đặt | 329 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-05-19 |
Ngày Phát Hành | 2017-07-25 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://larder.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://larder.io/ |
URL Trang Chính Sách Bảo Mật | https://larder.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Larder: Bookmarking for developers", "description": "Quickly bookmark the current tab into your larder.", "version": "1.2", "icons": { "48": "48.png", "96": "96.png", "128": "196.png" }, "browser_action": { "default_icon": { "16": "16.png", "18": "18.png", "19": "19.png", "32": "32.png", "36": "36.png", "38": "38.png", "64": "64.png" }, "default_popup": "index.html", "default_title": "Add to Larder" }, "sidebar_action": { "default_title": "Search Larder", "default_panel": "search.html", "default_icon": "64.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "Ctrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "55.0" } }, "permissions": [ "activeTab", "cookies", "storage", "https:\/\/larder.io\/" ] } |