FONT Finder PRO
Can detect which font used in webpage.
Τι είναι το FONT Finder PRO;
Το FONT Finder PRO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bayramoff.com, και η κύρια λειτουργία του είναι "Can detect which font used in webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FONT Finder PRO
Λήψη αρχείων επέκτασης FONT Finder PRO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Font Finder RPO extension helps you detect/find fonts used on web pages. Features: Find fonts on a web page Find text size on a web page How to use: 1. Install "Font Finder PRO" chrome extension. 2. Open any website. 3. Open "Font Finder PRO" from "Extensions list". Find the extension's icon using the puzzle icon. 4. Click "Start" button to activate Font Finder MODE. 5. Select or click to text on a web page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FONT Finder PRO |
ID | ihpkfgphnppljkdhnjgiieicnhlkfdig |
Επίσημο URL | https://chromewebstore.google.com/detail/font-finder-pro/ihpkfgphnppljkdhnjgiieicnhlkfdig |
Περιγραφή | Can detect which font used in webpage. |
Μέγεθος Αρχείου | 16.5 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-12-15 |
Ημερομηνία Δημοσίευσης | 2022-12-15 |
Προγραμματιστής | https://bayramoff.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bayramoff.com/apps/font-detector |
Διεύθυνση URL της Σελίδας Βοήθειας | https://bayramoff.com/apps/font-detector |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FONT Finder PRO", "version": "1.0.0", "manifest_version": 3, "description": "Can detect which font used in webpage.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/", "action": { "default_popup": "window.html", "default_title": "FONT Finder PRO by Bayramoff", "default_icon": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } }, "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "permissions": [ "activeTab", "scripting" ] } |