Link Saver

‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.

O que é Link Saver?

Link Saver é uma extensão do Chrome desenvolvida por Micheal Yandam, e sua principal característica é "‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Saver

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

                        ‘Link Saver’ is an extension that is primarily developed for anyone who tends to have cluttered tabs but wants a cleaner way to organize the content they know is important. 

Acting similar to a bookmarks bar, it is helpful for the links you need to save shorter term, i.e. a research paper or when you are comparing any purchase through different sources. The uses are truly endless. 

You can search through the links you have saved, are able to see the total number of any links on a given page and quickly find email information or social media links. This allows for quick access to contact information without having to spend the time searching for it.

‘Link Saver’ will sort your links by social media, news, or commerce to keep your tabs organized.

Try it out, and you will quickly begin to see how ‘Link Saver’ can save you time, energy and keep you organized!

HOW TO USE:
Easily save links by right clicking on a link found on the webpage OR by clicking the extension and clicking "Save Current Tab"                    

Informações Básicas da Extensão

Nome Link Saver Link Saver
ID lhlomndaijcefbhdohcdmnobkliikklh
URL Oficial https://chromewebstore.google.com/detail/link-saver/lhlomndaijcefbhdohcdmnobkliikklh
Descrição ‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.
Tamanho do Arquivo 72.89 KB
Contagem de Instalações 1,148
Versão Atual 1.0.5
Última Atualização 2020-05-31
Data de Publicação 2020-05-31
Classificação 4.70/5 Total de 10 Avaliações
Desenvolvedor Micheal Yandam
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Saver",
    "version": "1.0.5",
    "description": "\u2018Link Saver\u2019 is an extension that is a quick and easily accessible way to save all your links in a friendly format.",
    "browser_action": {
        "default_popup": "recentlinks.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "options_page": "alllinks.html",
    "manifest_version": 2
}