Legalpioneer Search
Right-click Legalpioneer.org search functionality.
什么是Legalpioneer Search?
Legalpioneer Search是由https://www.legalpioneer.org开发的Chrome扩展程序,该扩展的主要功能是“Right-click Legalpioneer.org search functionality.”。
扩展截图
下载Legalpioneer Search扩展crx文件
下载Legalpioneer Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select any “term” on any webpage and right-click to search it on Legalpioneer.org to explore 5400+ business and ideas in 800+ locations across the globe that impact the law.
Want to find out if 'Legalcomplex' is a company operating in the legal industry or how 'drones' are deployed to settle lawsuits. Select either of these terms and browse the results on Legalpioneer.org on a map or list.
Legalpioneer.org is a non-profit and open community proudly build to power world peace. We support the pioneers in the legal industry with data and ideas to make our society a little safer.
Start exploring Legalpioneer.org for ideas today and support those businesses with your interest. 扩展基本信息
| 名称 | |
| ID | ijjdjlimhngckjgcllladpddnkcheehd |
| 官方URL | https://chromewebstore.google.com/detail/legalpioneer-search/ijjdjlimhngckjgcllladpddnkcheehd |
| 简介 | Right-click Legalpioneer.org search functionality. |
| 文件大小 | 11.47 KB |
| 安装次数 | 85 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-03-18 |
| 上架时间 | 2021-02-25 |
| 开发者 | https://www.legalpioneer.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.legalpioneer.org/faq |
| 帮助页面URL | https://www.legalpioneer.org/faq |
| 隐私政策页面URL | https://www.legalpioneer.org/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Legalpioneer Search",
"description": "Right-click Legalpioneer.org search functionality.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"icons": {
"16": "logo_16.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"background": {
"scripts": [
"main.js"
]
}
} | |