Entrepreneur Backgrounds
The perfect entrepreneur extension for motivation.
Co to jest Entrepreneur Backgrounds?
Entrepreneur Backgrounds to rozszerzenie Chrome opracowane przez apexextensionscorp, a jego główną funkcją jest „The perfect entrepreneur extension for motivation.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Entrepreneur Backgrounds
Pobierz pliki rozszerzeń Entrepreneur Backgrounds 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
This extension allows you to set your New Tab Search to an entrepreneur themed background. Additionally, you will have the current date and day of the week right on your new tab. Change your selection at any time with an easy to use settings page. Using our extension you accept our Privacy and Terms located at: https://apexextensions.com/privacy-policy https://apexextensions.com/terms-of-use
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmnegjiepladiaaikpffmhmchcadbbbp |
Oficjalny URL | https://chrome.google.com/webstore/detail/entrepreneur-backgrounds/dmnegjiepladiaaikpffmhmchcadbbbp |
Opis | The perfect entrepreneur extension for motivation. |
Rozmiar pliku | 2.76 MB |
Liczba instalacji | 30,000 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-06-15 |
Data Publikacji | 2019-11-12 |
Ocena | 2.57/5 Łącznie 21 Oceny |
Deweloper | apexextensionscorp |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://apexextensions.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Entrepreneur Backgrounds", "description": "The perfect entrepreneur extension for motivation.", "version": "2.1", "browser_action": [], "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |