Fizikist
https://www.fizikist.com
Wat is Fizikist?
Fizikist is een Chrome-extensie ontwikkeld door http://www.fizikist.com, en de belangrijkste functie is "https://www.fizikist.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Fizikist
Download Fizikist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Türkiye'nin Popüler Bilim Sitesi
Basisinformatie over de Extensie
Naam | |
ID | ngkekddghihnnkbkglpfppompljljnbd |
Officiële URL | https://chrome.google.com/webstore/detail/fizikist/ngkekddghihnnkbkglpfppompljljnbd |
Beschrijving | https://www.fizikist.com |
Bestandsgrootte | 283 KB |
Aantal Installaties | 141 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-05-19 |
Publicatiedatum | 2018-05-19 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | http://www.fizikist.com |
Betalingswijze | free |
Extensiewebsite | http://www.fizikist.com/ |
Help Pagina-URL | http://www.fizikist.com/iletisim/ |
Ondersteunde Talen | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fizikist", "version": "2.0", "manifest_version": 2, "description": "https:\/\/www.fizikist.com", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_popup": "load.html" }, "background": { "scripts": [ "jquery.js", "background.js", "javascript.js" ] }, "permissions": [ "tabs", "storage", "notifications", "https:\/\/*\/" ], "web_accessible_resources": [ "48.png" ] } |