VK Search
Search in VK from Context Menu
What is VK Search?
VK Search is a Chrome extension developed by umcherrel, and its main feature is "Search in VK from Context Menu".
Extension Screenshots
Download VK Search Extension CRX File
Download VK 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
Расширение для быстрого поиска новостей в vk.com
Extension Basic Information
Name | |
ID | bmedcbkffkblapbdhjfalpjdeclgahfa |
Official URL | https://chrome.google.com/webstore/detail/vk-search/bmedcbkffkblapbdhjfalpjdeclgahfa |
Description | Search in VK from Context Menu |
File Size | 8.72 KB |
Installation Count | 82 |
Current Version | 0.8 |
Last Updated | 2013-08-28 |
Publish Date | 2013-08-28 |
Rating | 3.43/5 Total 7 Ratings |
Developer | umcherrel |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK Search", "description": "Search in VK from Context Menu", "version": "0.8", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "search.js" ] }, "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |