Mystart.io
BEST START PAGE
Wat is Mystart.io?
Mystart.io is een Chrome-extensie ontwikkeld door http://mystart.io, en de belangrijkste functie is "BEST START PAGE".
Extensie Screenshots
Download het CRX-bestand van de extensie Mystart.io
Download Mystart.io-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
This plugin sets the mystart.io as the home page in Chrome browser.
Basisinformatie over de Extensie
Naam | |
ID | iopeblmfhmfdalifcpbpllilfamfmehl |
Officiële URL | https://chrome.google.com/webstore/detail/mystartio/iopeblmfhmfdalifcpbpllilfamfmehl |
Beschrijving | BEST START PAGE |
Bestandsgrootte | 3.16 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-07-21 |
Publicatiedatum | 2017-07-21 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://mystart.io |
Betalingswijze | free |
Extensiewebsite | http://mystart.io |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mystart.io", "description": "BEST START PAGE", "version": "1.0.0", "background": { "scripts": [ "index.js" ] }, "browser_action": [], "chrome_settings_overrides": { "homepage": "http:\/\/mystart.io\/", "startup_pages": [ "http:\/\/mystart.io\/" ] } } |