Nookmark URL Replacer

Chrome extension for Nookmark

Nookmark URL Replacerคืออะไร?

Nookmark URL Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nookmark.com และคุณลักษณะหลักของมันคือ "Chrome extension for Nookmark"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nookmark URL Replacer

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}