Yet Another LinkAce Extension

A Browser Extension for LinkAce

O que é Yet Another LinkAce Extension?

Yet Another LinkAce Extension é uma extensão do Chrome desenvolvida por Creling, e sua principal característica é "A Browser Extension for LinkAce".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Yet Another LinkAce Extension

Baixe arquivos de extensão Yet Another LinkAce Extension 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

                        All-in-one bookmark manager developed by community that works with self-hosted bookmark application LinkAce.

Save bookmarks easily
Automatically detect the page title & page url & page description and then save it to self-hosted LinkAce in one-click.

Update bookmarks easily
Edit your existing bookmarks arbitrary and enjoy the convenience of autocomplete.

Search bookmarks easily
Search bookmarks in your browser address bar and then navigate to it in one-click.                    

Informações Básicas da Extensão

Nome Yet Another LinkAce Extension Yet Another LinkAce Extension
ID ladekkfhihppgfcjgaimgggecekfhmho
URL Oficial https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho
Descrição A Browser Extension for LinkAce
Tamanho do Arquivo 1.36 MB
Contagem de Instalações 367
Versão Atual 0.1.2
Última Atualização 2021-07-06
Data de Publicação 2021-07-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Creling
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/Creling/Yet-Another-LinkAce-Extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/github.com\/Creling\/Yet-Another-LinkAce-Extension",
    "description": "A Browser Extension for LinkAce",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "180": "icons\/180.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "omnibox": {
        "keyword": "l"
    },
    "version": "0.1.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}