MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
Cos'è MyFonts Search?
MyFonts Search è un'estensione di Chrome sviluppata da Kreativ Andrei, e la sua funzione principale è "Search new fonts on MyFonts.com and open the results in a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyFonts Search
Scarica i file di estensione MyFonts Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Search MyFonts.com for the best fonts out there and open the results in a new tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | omhcknbpnajhcajiocffkjciaoedmfgl |
| URL Ufficiale | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
| Descrizione | Search new fonts on MyFonts.com and open the results in a new tab. |
| Dimensione del File | 50.78 KB |
| Conteggio Installazioni | 596 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-08-11 |
| Data di Pubblicazione | 2019-08-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Kreativ Andrei |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.kreativfont.com |
| URL della Pagina di Aiuto | https://www.kreativfont.com/contact |
| URL della Pagina della Politica sulla Privacy | https://www.kreativfont.com/terms-of-use-privacy-policy |
| Lingue Supportate | 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"
} | |