Drawer
easy to store the tabs that on the window or open it
Drawer란 무엇입니까?
Drawer은(는) https://blog.xavierskip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "easy to store the tabs that on the window or open it"입니다.
확장 프로그램 스크린샷
Drawer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
本扩展将标签页的信息存储在扩展中,帮助你保存这些标签页的信息,在您需要浏览时打开页面浏览。 介绍:当你面对浏览器上的一堆标签页面想等一下或者下次再来浏览的时候,你会? 1.固定这些标签页或者将这些页面都收藏到书签中,然后关闭浏览器? >如果你下一次使用浏览器并不像马上继续浏览这些内容,还得慢腾腾的等待这些页面加载完毕。 2.保存在书签中? >在书签文件夹中收藏,然后打开浏览的页面是不是还得定期清理,毕竟这些页面只是临时浏览而不是收藏。 3..不关闭浏览器,最小化窗口或者直接和上笔记本的盖子,直接进行其他的任务? >我想你会担心你的chrome浏览器所占用的内存吧。
확장 프로그램 기본 정보
이름 | |
ID | ckjhlfdcakdniccnkpfcclinehggbhcg |
공식 URL | https://chromewebstore.google.com/detail/drawer/ckjhlfdcakdniccnkpfcclinehggbhcg |
설명 | easy to store the tabs that on the window or open it |
파일 크기 | 7.78 KB |
설치 횟수 | 23 |
현재 버전 | 0.2 |
최근 업데이트 | 2019-10-06 |
출시 날짜 | 2019-10-06 |
개발자 | https://blog.xavierskip.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
도움말 페이지 URL | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drawer", "description": "easy to store the tabs that on the window or open it", "version": "0.2", "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_title": "Drawer", "default_icon": "icon.png", "default_popup": "popup.html" } } |