MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
Was ist MyFonts Search?
MyFonts Search ist eine Chrome-Erweiterung, die von Kreativ Andrei entwickelt wurde, und ihr Hauptmerkmal ist "Search new fonts on MyFonts.com and open the results in a new tab.".
Erweiterungsscreenshots
MyFonts Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyFonts Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Search MyFonts.com for the best fonts out there and open the results in a new tab.
Grundlegende Informationen zur Erweiterung
Name | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
Offizielle URL | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
Beschreibung | Search new fonts on MyFonts.com and open the results in a new tab. |
Dateigröße | 50.78 KB |
Installationsanzahl | 596 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-08-11 |
Veröffentlichungsdatum | 2019-08-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Kreativ Andrei |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kreativfont.com |
Hilfeseite URL | https://www.kreativfont.com/contact |
URL der Datenschutzrichtlinien-Seite | https://www.kreativfont.com/terms-of-use-privacy-policy |
Unterstützte Sprachen | 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" } |