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 |
| Eメール | [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"
]
}
} | |