My Browser Start Page
With this extension you can easily create start/home pages for your browser.
Qu'est-ce que My Browser Start Page ?
My Browser Start Page est une extension Chrome développée par https://mybrowserstartpage.ru, et sa fonction principale est "With this extension you can easily create start/home pages for your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Browser Start Page
Téléchargez les fichiers d'extension My Browser Start Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
We have created a comfortable editor for working with sites and widgets You can: 1) Add new Site(or choose from existing site list) 2) Set background to your start page 3) Add google search 4) Turn borders on/off 5) Change site layers 6) Open site in the new tab or in the existing one 7) Change editor grid
Informations de Base sur l'Extension
Nom | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
URL Officiel | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Description | With this extension you can easily create start/home pages for your browser. |
Taille du Fichier | 591 KB |
Nombre d'Installations | 774 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-05-01 |
Date de Publication | 2017-05-01 |
Évaluation | 4.14/5 Total 14 Évaluations |
Développeur | https://mybrowserstartpage.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mybrowserstartpage.ru/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Browser Start Page", "description": "With this extension you can easily create start\/home pages for your browser.", "version": "1.4", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/mybrowserstartpage.ru" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |