Save for later
Save tabs in window to be used later
O que é Save for later?
Save for later é uma extensão do Chrome desenvolvida por Allen Abraham, e sua principal característica é "Save tabs in window to be used later".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save for later
Baixe arquivos de extensão Save for later 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
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
Informações Básicas da Extensão
Nome | Save for later |
ID | nkphlkgkhmdaecflflapohlkkchmcacc |
URL Oficial | https://chromewebstore.google.com/detail/save-for-later/nkphlkgkhmdaecflflapohlkkchmcacc |
Descrição | Save tabs in window to be used later |
Tamanho do Arquivo | 526 KB |
Contagem de Instalações | 5,629 |
Versão Atual | 1.2.1 |
Última Atualização | 2023-02-22 |
Data de Publicação | 2020-03-06 |
Classificação | 4.71/5 Total de 34 Avaliações |
Desenvolvedor | Allen Abraham |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/allen505/save-for-later |
URL da Página de Ajuda | https://github.com/allen505/save-for-later/issues |
Idiomas Suportados | 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 } |