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 |
| 官方網址 | 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"
]
}
} | |