Symbol Finder

Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI

Τι είναι το Symbol Finder;

Το Symbol Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jorvi, και η κύρια λειτουργία του είναι "Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Symbol Finder

Λήψη αρχείων επέκτασης Symbol Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Symbol Finder is a simple extension that helps you find and copy any desired HTML5 symbol from the toolbar popup UI.

Simply open the UI and click on the desired category from the drop-down list at the top. Or, type a search keyword to see all matched symbols. To copy a symbol, please click on the individual icons to see details at the bottom of the UI (the icon will be copied to the clipboard automatically). There are more than 65000 icons available to choose from. Please note that within the search bar, as you type a word, icons will appear on the fly.

By default, only the most common symbols are loaded. If you want to load all 65000, please press the - Load Extra - button in the UI. Also, note that loading all icons may slow down the browser as the list is very large. Please load the complete list only if you need all icons, otherwise, use the default list.

If you see any bug or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/symbol-finder.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Symbol Finder Symbol Finder
ID jkkcdhfbndheafipanegbnmhledmdcjj
Επίσημο URL https://chromewebstore.google.com/detail/symbol-finder/jkkcdhfbndheafipanegbnmhledmdcjj
Περιγραφή Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI
Μέγεθος Αρχείου 205 KB
Αριθμός Εγκαταστάσεων 1,232
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-11-14
Ημερομηνία Δημοσίευσης 2019-10-10
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Jorvi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/symbol-finder.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/symbol-finder.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Symbol Finder",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/symbol-finder.html",
    "description": "Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Symbol Finder",
        "default_popup": "data\/interface\/index.html?popup",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}