Savory
Save your tabs and links in Savory from your Chrome browser quickly
Savory란 무엇입니까?
Savory은(는) https://getsavory.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your tabs and links in Savory from your Chrome browser quickly"입니다.
확장 프로그램 스크린샷
Savory 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the official chrome extension for Savory to save your tabs and pages into Savory quickly. Savory lets you finish your reading list. - Save into Savory with one click Just click the Savory logo to save any page you're on. - Stay organized Add tags to the page for future reference.
확장 프로그램 기본 정보
이름 | Savory |
ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
공식 URL | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
설명 | Save your tabs and links in Savory from your Chrome browser quickly |
파일 크기 | 160 KB |
설치 횟수 | 195 |
현재 버전 | 0.12.0 |
최근 업데이트 | 2023-02-04 |
출시 날짜 | 2020-06-14 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | https://getsavory.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getsavory.co/ |
도움말 페이지 URL | https://twitter.com/getsavory |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Savory", "version": "0.12.0", "description": "Save your tabs and links in Savory from your Chrome browser quickly", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Add to Savory" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+S", "mac": "MacCtrl+S" } } }, "host_permissions": [ "https:\/\/*.savory.test\/", "https:\/\/*.getsavory.co\/" ], "permissions": [ "activeTab", "cookies" ] } |