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
官方URL 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
    }
}