Nookmark URL Replacer

Chrome extension for Nookmark

Vad är Nookmark URL Replacer?

Nookmark URL Replacer är en Chrome-tillägg utvecklad av https://nookmark.com, och dess huvudfunktion är "Chrome extension for Nookmark".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Nookmark URL Replacer-förlängningens CRX-fil

Ladda ner Nookmark URL Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Nookmark URL Replacer Nookmark URL Replacer
ID likbiljddaionlekckplagbkbcmglfii
Officiell webbadress https://chromewebstore.google.com/detail/nookmark-url-replacer/likbiljddaionlekckplagbkbcmglfii
Beskrivning Chrome extension for Nookmark
Filstorlek 501 KB
Antal Installationer 21
Aktuell Version 1.2.0
Senast Uppdaterad 2020-12-05
Publiceringsdatum 2020-06-06
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://nookmark.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nookmark.com
URL till Sekretesspolicy Sidan https://my.getponder.app/privacy
Stödda Språk 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
    }
}