Corporation Wiki Search
Searches Corporation Wiki for the selected text
Vad är Corporation Wiki Search?
Corporation Wiki Search är en Chrome-tillägg utvecklad av https://www.corporationwiki.com, och dess huvudfunktion är "Searches Corporation Wiki for the selected text".
Tilläggsskärmbilder
Ladda ner Corporation Wiki Search-förlängningens CRX-fil
Ladda ner Corporation Wiki Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Select a company or person name on any website and have it search for that entity and all of their connections on Corporation Wiki.
Grundläggande Information om Tillägg
Namn | |
ID | jgigdegmgbplalijegknkamjakihnbgb |
Officiell webbadress | https://chromewebstore.google.com/detail/corporation-wiki-search/jgigdegmgbplalijegknkamjakihnbgb |
Beskrivning | Searches Corporation Wiki for the selected text |
Filstorlek | 10.36 KB |
Antal Installationer | 1,072 |
Aktuell Version | 0.12 |
Senast Uppdaterad | 2021-08-10 |
Publiceringsdatum | 2016-02-11 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://www.corporationwiki.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.corporationwiki.com/privacy-policy |
Stödda Språk | 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" } } |