Link Save

An extension to save the links of all all open tabs to read later

O que é Link Save?

Link Save é uma extensão do Chrome desenvolvida por abden003, e sua principal característica é "An extension to save the links of all all open tabs to read later".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Save

Baixe arquivos de extensão Link Save 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

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

Informações Básicas da Extensão

Nome Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
URL Oficial https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
Descrição An extension to save the links of all all open tabs to read later
Tamanho do Arquivo 43.1 KB
Contagem de Instalações 1,145
Versão Atual 1.3
Última Atualização 2015-06-17
Data de Publicação 2015-06-16
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor abden003
Tipo de Pagamento free
Site da Extensão http://sudohalt.github.io/LinkSave/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}