Nookmark URL Replacer

Chrome extension for Nookmark

Cos'è Nookmark URL Replacer?

Nookmark URL Replacer è un'estensione di Chrome sviluppata da https://nookmark.com, e la sua funzione principale è "Chrome extension for Nookmark".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nookmark URL Replacer

Scarica i file di estensione Nookmark URL Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome Nookmark URL Replacer Nookmark URL Replacer
ID likbiljddaionlekckplagbkbcmglfii
URL Ufficiale https://chromewebstore.google.com/detail/nookmark-url-replacer/likbiljddaionlekckplagbkbcmglfii
Descrizione Chrome extension for Nookmark
Dimensione del File 501 KB
Conteggio Installazioni 21
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-12-05
Data di Pubblicazione 2020-06-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://nookmark.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nookmark.com
URL della Pagina della Politica sulla Privacy https://my.getponder.app/privacy
Lingue Supportate 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
    }
}