Larder: Bookmarking for developers
Quickly bookmark the current tab into your larder.
Larder: Bookmarking for developers란 무엇입니까?
Larder: Bookmarking for developers은(는) https://larder.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly bookmark the current tab into your larder."입니다.
확장 프로그램 스크린샷
Larder: Bookmarking for developers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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+`.
확장 프로그램 기본 정보
이름 | Larder: Bookmarking for developers |
ID | jnjnffbdfmpaanfplppilmidpbllpnej |
공식 URL | https://chromewebstore.google.com/detail/larder-bookmarking-for-de/jnjnffbdfmpaanfplppilmidpbllpnej |
설명 | Quickly bookmark the current tab into your larder. |
파일 크기 | 193 KB |
설치 횟수 | 329 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-05-19 |
출시 날짜 | 2017-07-25 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | https://larder.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://larder.io/ |
개인정보 보호 정책 페이지 URL | https://larder.io/privacy |
지원되는 언어 | 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\/" ] } |