Drawer
easy to store the tabs that on the window or open it
O que é Drawer?
Drawer é uma extensão do Chrome desenvolvida por https://blog.xavierskip.com, e sua principal característica é "easy to store the tabs that on the window or open it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Drawer
Baixe arquivos de extensão Drawer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
本扩展将标签页的信息存储在扩展中,帮助你保存这些标签页的信息,在您需要浏览时打开页面浏览。 介绍:当你面对浏览器上的一堆标签页面想等一下或者下次再来浏览的时候,你会? 1.固定这些标签页或者将这些页面都收藏到书签中,然后关闭浏览器? >如果你下一次使用浏览器并不像马上继续浏览这些内容,还得慢腾腾的等待这些页面加载完毕。 2.保存在书签中? >在书签文件夹中收藏,然后打开浏览的页面是不是还得定期清理,毕竟这些页面只是临时浏览而不是收藏。 3..不关闭浏览器,最小化窗口或者直接和上笔记本的盖子,直接进行其他的任务? >我想你会担心你的chrome浏览器所占用的内存吧。
Informações Básicas da Extensão
Nome | |
ID | ckjhlfdcakdniccnkpfcclinehggbhcg |
URL Oficial | https://chromewebstore.google.com/detail/drawer/ckjhlfdcakdniccnkpfcclinehggbhcg |
Descrição | easy to store the tabs that on the window or open it |
Tamanho do Arquivo | 7.78 KB |
Contagem de Instalações | 23 |
Versão Atual | 0.2 |
Última Atualização | 2019-10-06 |
Data de Publicação | 2019-10-06 |
Desenvolvedor | https://blog.xavierskip.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
URL da Página de Ajuda | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
Idiomas Suportados | 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" } } |