Chicken Nuggeter
Calculates all prices on a page in terms of McDonald's Chicken Nuggets.
What is Chicken Nuggeter?
Chicken Nuggeter is a Chrome extension developed by powellmarshall3, and its main feature is "Calculates all prices on a page in terms of McDonald's Chicken Nuggets.".
Extension Screenshots
Download Chicken Nuggeter Extension CRX File
Download Chicken Nuggeter 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
Calculates all prices on a page in terms of McDonald's Chicken Nuggets. **NOTE: Click the Chicken Nuggeter icon to convert prices on a page. Prices will not be converted automatically.
Extension Basic Information
Name | |
ID | lflldonmofmpmcpedkinkpdmanocknfh |
Official URL | https://chrome.google.com/webstore/detail/chicken-nuggeter/lflldonmofmpmcpedkinkpdmanocknfh |
Description | Calculates all prices on a page in terms of McDonald's Chicken Nuggets. |
File Size | 81.99 KB |
Installation Count | 57 |
Current Version | 1.4 |
Last Updated | 2017-05-22 |
Publish Date | 2017-05-22 |
Rating | 3.86/5 Total 7 Ratings |
Developer | powellmarshall3 |
Payment Type | in_store |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chicken Nuggeter", "description": "Calculates all prices on a page in terms of McDonald's Chicken Nuggets.", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Chicken Nuggeter" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |