Nookmark URL Replacer

Chrome extension for Nookmark

什麼是Nookmark URL Replacer?

Nookmark URL Replacer是由https://nookmark.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for Nookmark”。

擴展截圖

screenshot
screenshot

下載Nookmark URL Replacer擴展crx文件

下載Nookmark URL Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Nookmark URL Replacer Nookmark URL Replacer
ID likbiljddaionlekckplagbkbcmglfii
官方網址 https://chromewebstore.google.com/detail/nookmark-url-replacer/likbiljddaionlekckplagbkbcmglfii
簡介 Chrome extension for Nookmark
檔案大小 501 KB
安裝次數 21
目前版本 1.2.0
更新時間 2020-12-05
上架時間 2020-06-06
評分 3.00/5 共 2 次評分
開發者 https://nookmark.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nookmark.com
隱私政策頁面URL https://my.getponder.app/privacy
支援的語言 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
    }
}