Beautiful Startpage

The most beautiful and simple Startpage!

Was ist Beautiful Startpage?

Beautiful Startpage ist eine Chrome-Erweiterung, die von Djalma Ribeiro entwickelt wurde, und ihr Hauptmerkmal ist "The most beautiful and simple Startpage!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Beautiful Startpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Beautiful Startpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Display your favorite to open a new tab in Chrome. This Chrome extension was used material designer by Google.

This extension replaces the home page and displays your bookmarks, tabs organizing in folders within the Favorites Bar. 

Ps.: Tabs = Folders

Note: I will improve it over time! Wait for more news and send me suggestions! 


----------------------------------------
PT-BR

Exiba seus favoritos ao abrir uma nova aba no Chrome. Esta extensão do Chrome foi utilizado o material designer do Google.

Esta extensão substitui a página inicial e exibe os seus favoritos organizado em abas.

Para criar uma nova aba basta adicionar uma pasta a Barra de Favoritos (1º nível dos favoritos).

Obs.: Irei melhorá-lo com o tempo! Aguarde mais novidades e me envie sugestões!                    

Grundlegende Informationen zur Erweiterung

Name Beautiful Startpage Beautiful Startpage
ID cejnjlflfkolnkhlghjafbmloppoedok
Offizielle URL https://chromewebstore.google.com/detail/beautiful-startpage/cejnjlflfkolnkhlghjafbmloppoedok
Beschreibung The most beautiful and simple Startpage!
Dateigröße 435 KB
Installationsanzahl 74
Aktuelle Version 4.2
Letztes Update 2015-05-18
Veröffentlichungsdatum 2015-05-18
Bewertung 4.73/5 Insgesamt 11 Bewertungen
Entwickler Djalma Ribeiro
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen pt-BR
manifest.json
{
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Beautiful Startpage"
    },
    "chrome_url_overrides": {
        "newtab": "newSmartTab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "The most beautiful and simple Startpage!",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdoyUxEGsw3lGjAPPqXJZLzZF1KsxX2n2wf9HWBt5AvMmcdDuVket6zTXK9tzSBYClyBYoZLlJ\/lixKP7TDD0Nt9buB1XEHpt46C\/BxIkZZ\/kYgPp+4kQZYy+IvaXlcPdNinRXEbChBkcFsJiCafIpWUbXZp7tVM3H2mPIFotxa4Wu9yprvtb6MWq6k4B6WfA0T1J1aLqG5iv17rTUaTQHPe9iZTYUEPUcdwHx\/5V7iCLdsPMTPJqTmjIv7PQr6\/kJ6YgV5\/DLpYzfiFjuk7znHOKFOq1secgOxGyPbMrkzFwKTDGefom60\/ZsFewEdoR4NBhQ7e6OYggjGxpvpv6QIDAQAB",
    "manifest_version": 2,
    "name": "Beautiful Startpage",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "topSites"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2"
}