Save for later
Save tabs in window to be used later
Save for later란 무엇입니까?
Save for later은(는) Allen Abraham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save tabs in window to be used later"입니다.
확장 프로그램 스크린샷
Save for later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save for later is a simple web extension used to save all your tabs in a clean and organised manner to be used at any time later. Key features: ✔️ Save multiple tabs in a single save ✔️ Select tabs in open Window for more control ✔️ Saved sessions are available to be opened in single click ✔️ Edit Saves to have a memorable name ✔️ Delete used session when you’ve finished using them ✔️ Open individual links within a save View the source code and contribute to this open source project at: https://github.com/allen505/save-for-later
확장 프로그램 기본 정보
이름 | Save for later |
ID | nkphlkgkhmdaecflflapohlkkchmcacc |
공식 URL | https://chromewebstore.google.com/detail/save-for-later/nkphlkgkhmdaecflflapohlkkchmcacc |
설명 | Save tabs in window to be used later |
파일 크기 | 526 KB |
설치 횟수 | 5,629 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2023-02-22 |
출시 날짜 | 2020-03-06 |
평점 | 4.71/5 총 34 개의 평점 |
개발자 | Allen Abraham |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/allen505/save-for-later |
도움말 페이지 URL | https://github.com/allen505/save-for-later/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save for later", "version": "1.2.1", "description": "Save tabs in window to be used later", "icons": { "36": "icons\/main-36.png", "48": "icons\/main-48.png", "64": "icons\/main-64.png", "96": "icons\/main-96.png", "128": "icons\/main-128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js", "background-script.js" ] }, "browser_action": { "default_icon": "icons\/main-64.png", "default_title": "Save for later", "default_popup": "popup\/main.html", "browser_style": true }, "offline_enabled": true } |