Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
Τι είναι το Add Favicon to the Bookmark Bar;
Το Add Favicon to the Bookmark Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vere Perrot, και η κύρια λειτουργία του είναι "Add Favicon to the Bookmark Bar".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add Favicon to the Bookmark Bar
Λήψη αρχείων επέκτασης Add Favicon to the Bookmark Bar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add Favicon to the Bookmark Bar
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ipbjookipmdkionffmgohjojpohpipno |
Επίσημο URL | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
Περιγραφή | Add Favicon to the Bookmark Bar |
Μέγεθος Αρχείου | 15.53 KB |
Αριθμός Εγκαταστάσεων | 116 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-01-02 |
Ημερομηνία Δημοσίευσης | 2016-01-02 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Vere Perrot |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Favicon to the Bookmark Bar", "version": "1.0", "manifest_version": 2, "description": "Add Favicon to the Bookmark Bar", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "tabs" ] } |