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.”。
扩展截图
下载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 |
ID | pjkfnccncckmlnncfcfcdngenkeecgko |
官方URL | 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 } |