MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
Co to jest MyFonts Search?
MyFonts Search to rozszerzenie Chrome opracowane przez Kreativ Andrei, a jego główną funkcją jest „Search new fonts on MyFonts.com and open the results in a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MyFonts Search
Pobierz pliki rozszerzeń MyFonts Search 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
Search MyFonts.com for the best fonts out there and open the results in a new tab.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
Oficjalny URL | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
Opis | Search new fonts on MyFonts.com and open the results in a new tab. |
Rozmiar pliku | 50.78 KB |
Liczba instalacji | 596 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-08-11 |
Data Publikacji | 2019-08-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Kreativ Andrei |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.kreativfont.com |
Adres URL Strony Pomocy | https://www.kreativfont.com/contact |
Adres URL Strony Polityki Prywatności | https://www.kreativfont.com/terms-of-use-privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "myfonts-128.png", "default_popup": "index.html", "default_title": "MyFonts Search" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Search new fonts on MyFonts.com and open the results in a new tab.", "icons": { "128": "myfonts-128.png", "64": "myfonts-64.png", "48": "myfonts-48.png", "32": "myfonts-32.png", "16": "myfonts-16.png" }, "manifest_version": 2, "name": "MyFonts Search", "permissions": [ "contextMenus", "contextMenus", "tabs", "https:\/\/www.myfonts.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |