Linkder

Visually inspect a list of websites or social media profiles in a snap.

什麼是Linkder?

Linkder是由https://linkder.co開發的Chrome擴展程式,該擴展的主要功能是“Visually inspect a list of websites or social media profiles in a snap.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Linkder擴展crx文件

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

擴展使用說明

                        Visually inspect hundreds of websites or social media profiles in minutes, not hours. Click ❤️ if it's a match or ✖️ if it's not. Need to add a note? No problem. After you're finished export everything into a CSV file.                    

擴展基本資訊

名稱 Linkder Linkder
ID pjkfnccncckmlnncfcfcdngenkeecgko
官方網址 https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko
簡介 Visually inspect a list of websites or social media profiles in a snap.
檔案大小 1.65 MB
安裝次數 84
目前版本 1.11
更新時間 2022-09-23
上架時間 2022-09-23
評分 5.00/5 共 1 次評分
開發者 https://linkder.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://linkder.co
隱私政策頁面URL https://linkder.co/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkder",
    "version": "1.11",
    "description": "Visually inspect a list of websites or social media profiles in a snap.",
    "icons": {
        "128": "img\/128_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_title": "Linkder"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.linkder.co\/*"
    ],
    "manifest_version": 3
}