Über simple bookmark count
Shows an icon with the bookmark count.
Τι είναι το Über simple bookmark count;
Το Über simple bookmark count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eduardo Noeda, και η κύρια λειτουργία του είναι "Shows an icon with the bookmark count.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Über simple bookmark count
Λήψη αρχείων επέκτασης Über simple bookmark count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shows an icon with the bookmark count. Updates this counting when you click the icon. Version History v1.2 (17 Feb 2014) - Shows the bookmark count in the tooltip. - If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip). v1.0 (Jun 2012) - Initial version
Βασικές Πληροφορίες Επέκτασης
Όνομα | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
Επίσημο URL | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Περιγραφή | Shows an icon with the bookmark count. |
Μέγεθος Αρχείου | 73.08 KB |
Αριθμός Εγκαταστάσεων | 3,022 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2014-02-17 |
Ημερομηνία Δημοσίευσης | 2014-02-17 |
Αξιολόγηση | 4.61/5 Συνολικά 33 Αξιολογήσεις |
Προγραμματιστής | Eduardo Noeda |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u00dcber simple bookmark count", "version": "1.2", "manifest_version": 2, "description": "Shows an icon with the bookmark count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your bookmarks" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "bmcount.js" ] }, "permissions": [ "bookmarks" ] } |