Developer Start Page
Just what you need in your start & new tab pages.
Co to jest Developer Start Page?
Developer Start Page to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Just what you need in your start & new tab pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Developer Start Page
Pobierz pliki rozszerzeń Developer Start Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A minimalist start page, especially customized and fit to the common developer and software oriented user. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cbdblkbjefiagaahpgiogekogifmkgmp |
| Oficjalny URL | https://chromewebstore.google.com/detail/developer-start-page/cbdblkbjefiagaahpgiogekogifmkgmp |
| Opis | Just what you need in your start & new tab pages. |
| Rozmiar pliku | 936 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2019-05-04 |
| Data Publikacji | 2019-05-04 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/argamanza/dev-start-chrome-extension |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Developer Start Page",
"description": "Just what you need in your start & new tab pages.",
"version": "0.2",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/duckduckgo.com; object-src 'self'",
"icons": {
"16": "assets\/extension_icons\/16.png",
"48": "assets\/extension_icons\/48.png",
"128": "assets\/extension_icons\/128.png",
"256": "assets\/extension_icons\/256.png"
}
} | |