Nookmark URL Replacer

Chrome extension for Nookmark

O que é Nookmark URL Replacer?

Nookmark URL Replacer é uma extensão do Chrome desenvolvida por https://nookmark.com, e sua principal característica é "Chrome extension for Nookmark".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nookmark URL Replacer

Baixe arquivos de extensão Nookmark URL Replacer 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

                        Nookmark chrome extension! Use it with your Nookmark application to provide nice searchable bookmarks for personal use. You can create a share links with easy to understand names. This way there's no need to copy long URLs and trying to find old emails to find a specific document.
After installing just log in the Nookmark to begin using!

Type "n " to activate the extension to then search for any links you or your org members have created on Nookmark. Search between different organizations as well! Once you find the link you want, just click enter and you'll be redirected :)                    

Informações Básicas da Extensão

Nome Nookmark URL Replacer Nookmark URL Replacer
ID likbiljddaionlekckplagbkbcmglfii
URL Oficial https://chromewebstore.google.com/detail/nookmark-url-replacer/likbiljddaionlekckplagbkbcmglfii
Descrição Chrome extension for Nookmark
Tamanho do Arquivo 501 KB
Contagem de Instalações 21
Versão Atual 1.2.0
Última Atualização 2020-12-05
Data de Publicação 2020-06-06
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://nookmark.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nookmark.com
URL da Página de Política de Privacidade https://my.getponder.app/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nookmark URL Replacer",
    "omnibox": {
        "keyword": "n"
    },
    "short_name": "Nookmark",
    "version": "1.2.0",
    "description": "Chrome extension for Nookmark",
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "*:\/\/nookmark.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.google.com\/*",
        "",
        "*:\/\/kevinafang.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Nookmark Extension"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nookmark.com\/*",
            "*:\/\/kevinafang.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}