Periodic Table of Elements
A compact and easy to use Periodic Table of Elements.
Was ist Periodic Table of Elements?
Periodic Table of Elements ist eine Chrome-Erweiterung, die von pluraldev.com entwickelt wurde, und ihr Hauptmerkmal ist "A compact and easy to use Periodic Table of Elements.".
Erweiterungsscreenshots
Periodic Table of Elements-Erweiterungs-CRX-Datei herunterladen
Laden Sie Periodic Table of Elements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Detailed information about the chemical elements, including, atomic number, atomic mass, atomic volume, density, hardness, electronegativity, etc. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dpdhegjlajgbiiceamhfgdgpogbfbppc |
| Offizielle URL | https://chromewebstore.google.com/detail/periodic-table-of-element/dpdhegjlajgbiiceamhfgdgpogbfbppc |
| Beschreibung | A compact and easy to use Periodic Table of Elements. |
| Dateigröße | 127 KB |
| Installationsanzahl | 12,602 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2016-10-06 |
| Veröffentlichungsdatum | 2016-10-06 |
| Bewertung | 4.62/5 Insgesamt 45 Bewertungen |
| Entwickler | pluraldev.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://pluraldev.com/apps.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Periodic Table of Elements",
"short_name": "Periodic table",
"description": "A compact and easy to use Periodic Table of Elements.",
"version": "1.0.2",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "index.html"
},
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |