MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
Wat is MyFonts Search?
MyFonts Search is een Chrome-extensie ontwikkeld door Kreativ Andrei, en de belangrijkste functie is "Search new fonts on MyFonts.com and open the results in a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyFonts Search
Download MyFonts Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Search MyFonts.com for the best fonts out there and open the results in a new tab.
Basisinformatie over de Extensie
Naam | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
Officiële URL | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
Beschrijving | Search new fonts on MyFonts.com and open the results in a new tab. |
Bestandsgrootte | 50.78 KB |
Aantal Installaties | 596 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-08-11 |
Publicatiedatum | 2019-08-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Kreativ Andrei |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.kreativfont.com |
Help Pagina-URL | https://www.kreativfont.com/contact |
URL van de Privacybeleid Pagina | https://www.kreativfont.com/terms-of-use-privacy-policy |
Ondersteunde Talen | 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" } |