Spell Check and Editor
Spell Check and Editor
Wat is Spell Check and Editor?
Spell Check and Editor is een Chrome-extensie ontwikkeld door shivajidora.b, en de belangrijkste functie is "Spell Check and Editor".
Download het CRX-bestand van de extensie Spell Check and Editor
Download Spell Check and Editor-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
Spell Check and Editor. Check you spelling mistakes in your websites.
Basisinformatie over de Extensie
Naam | |
ID | geccodgkghhnclbanlmiomokfbhnhiig |
Officiële URL | https://chrome.google.com/webstore/detail/spell-check-and-editor/geccodgkghhnclbanlmiomokfbhnhiig |
Beschrijving | Spell Check and Editor |
Bestandsgrootte | 4.9 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-05-23 |
Publicatiedatum | 2016-05-23 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shivajidora.b |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spell Check and Editor", "description": "Spell Check and Editor", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spell Check and Editor", "default_icon": "icon.png", "default_popup": "popup.html" } } |