Woodr Search Popup
Easy and convenient way to search on websites.
What is Woodr Search Popup?
Woodr Search Popup is a Chrome extension developed by michapps, and its main feature is "Easy and convenient way to search on websites.".
Extension Screenshots
Download Woodr Search Popup Extension CRX File
Download Woodr Search Popup 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
Easy and convenient way to search on websites.
Extension Basic Information
Name | |
ID | jldcadfnooljdgchdgghgkloaeaahgla |
Official URL | https://chrome.google.com/webstore/detail/woodr-search-popup/jldcadfnooljdgchdgghgkloaeaahgla |
Description | Easy and convenient way to search on websites. |
File Size | 289 KB |
Installation Count | 11 |
Current Version | 1.0.1 |
Last Updated | 2014-09-19 |
Publish Date | 2014-09-19 |
Developer | michapps |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Woodr Search Popup", "description": "", "version": "1.0.1", "permissions": [ "management", "tabs", "*:\/\/*\/*" ], "browser_action": { "default_icon": "search-16x16.png", "default_popup": "newtab.html" }, "icons": { "128": "search-128x128.png", "48": "search-48x48.png", "16": "search-16x16.png" }, "background": { "scripts": [ "js\/analytics.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google.com\/; object-src 'self'" } |