Periodic Table of Elements
A compact and easy to use Periodic Table of Elements.
Vad är Periodic Table of Elements?
Periodic Table of Elements är en Chrome-tillägg utvecklad av pluraldev.com, och dess huvudfunktion är "A compact and easy to use Periodic Table of Elements.".
Tilläggsskärmbilder
Ladda ner Periodic Table of Elements-förlängningens CRX-fil
Ladda ner Periodic Table of Elements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Detailed information about the chemical elements, including, atomic number, atomic mass, atomic volume, density, hardness, electronegativity, etc. Grundläggande Information om Tillägg
| Namn | |
| ID | dpdhegjlajgbiiceamhfgdgpogbfbppc |
| Officiell webbadress | https://chromewebstore.google.com/detail/periodic-table-of-element/dpdhegjlajgbiiceamhfgdgpogbfbppc |
| Beskrivning | A compact and easy to use Periodic Table of Elements. |
| Filstorlek | 127 KB |
| Antal Installationer | 12,602 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2016-10-06 |
| Publiceringsdatum | 2016-10-06 |
| Betyg | 4.62/5 Totalt 45 Betyg |
| Utvecklare | pluraldev.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://pluraldev.com/apps.html |
| Stödda Språk | 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'"
} | |