Corporation Wiki Search
Searches Corporation Wiki for the selected text
What is Corporation Wiki Search?
Corporation Wiki Search is a Chrome extension developed by https://www.corporationwiki.com, and its main feature is "Searches Corporation Wiki for the selected text".
Extension Screenshots
Download Corporation Wiki Search Extension CRX File
Download Corporation Wiki Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select a company or person name on any website and have it search for that entity and all of their connections on Corporation Wiki.
Extension Basic Information
Name | |
ID | jgigdegmgbplalijegknkamjakihnbgb |
Official URL | https://chromewebstore.google.com/detail/corporation-wiki-search/jgigdegmgbplalijegknkamjakihnbgb |
Description | Searches Corporation Wiki for the selected text |
File Size | 10.36 KB |
Installation Count | 1,072 |
Current Version | 0.12 |
Last Updated | 2021-08-10 |
Publish Date | 2016-02-11 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://www.corporationwiki.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.corporationwiki.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corporation Wiki Search", "short_name": "Corporation Wiki Search", "description": "Searches Corporation Wiki for the selected text", "version": "0.12", "minimum_chrome_version": "38", "permissions": [ "contextMenus" ], "icons": { "16": "cw-icon-16.png", "48": "cw-icon-48.png", "128": "cw-icon-128.png" }, "background": { "page": "background.html" } } |