MyFonts Search

Search new fonts on MyFonts.com and open the results in a new tab.

MyFonts Search là gì?

MyFonts Search là một tiện ích mở rộng Chrome được phát triển bởi Kreativ Andrei, và tính năng chính của nó là "Search new fonts on MyFonts.com and open the results in a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyFonts Search

Tải xuống các tệp mở rộng MyFonts Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Search MyFonts.com for the best fonts out there and open the results in a new tab.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyFonts Search MyFonts Search
ID omhcknbpnajhcajiocffkjciaoedmfgl
URL Chính Thức https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl
Mô tả Search new fonts on MyFonts.com and open the results in a new tab.
Kích Thước Tệp 50.78 KB
Số Lần Cài Đặt 596
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-08-11
Ngày Phát Hành 2019-08-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kreativ Andrei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kreativfont.com
URL Trang Trợ Giúp https://www.kreativfont.com/contact
URL Trang Chính Sách Bảo Mật https://www.kreativfont.com/terms-of-use-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}