Chemical elements
Learn about an element from the periodic table each time you open a new tab!
Co to jest Chemical elements?
Chemical elements to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Learn about an element from the periodic table each time you open a new tab!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chemical elements
Pobierz pliki rozszerzeń Chemical elements 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
This extension will display a random chemical element on your new tab screen.
Podstawowe informacje o rozszerzeniu
Nazwa | Chemical elements |
ID | jnhnfheiapbdepkgaheieehomdhphfco |
Oficjalny URL | https://chromewebstore.google.com/detail/chemical-elements/jnhnfheiapbdepkgaheieehomdhphfco |
Opis | Learn about an element from the periodic table each time you open a new tab! |
Rozmiar pliku | 135 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-10-12 |
Data Publikacji | 2019-10-12 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chemical elements", "description": "Learn about an element from the periodic table each time you open a new tab!", "author": "Juliette de Rancourt", "version": "1.0", "chrome_url_overrides": { "newtab": "element.html" }, "icons": { "16": "icons\/atom16.png", "48": "icons\/atom48.png", "128": "icons\/atom128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |