Chicken Nuggeter
Calculates all prices on a page in terms of McDonald's Chicken Nuggets.
Co to jest Chicken Nuggeter?
Chicken Nuggeter to rozszerzenie Chrome opracowane przez powellmarshall3, a jego główną funkcją jest „Calculates all prices on a page in terms of McDonald's Chicken Nuggets.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chicken Nuggeter
Pobierz pliki rozszerzeń Chicken Nuggeter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lflldonmofmpmcpedkinkpdmanocknfh |
Oficjalny URL | https://chrome.google.com/webstore/detail/chicken-nuggeter/lflldonmofmpmcpedkinkpdmanocknfh |
Opis | Calculates all prices on a page in terms of McDonald's Chicken Nuggets. |
Rozmiar pliku | 81.99 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-05-22 |
Data Publikacji | 2017-05-22 |
Ocena | 3.86/5 Łącznie 7 Oceny |
Deweloper | powellmarshall3 |
Typ Płatności | in_store |
Obsługiwane Języki | 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 } } |