Battlelog Notifier
Displays the count of your Battlelog friends in the extension's badge, by status: in game, online or offline.
Τι είναι το Battlelog Notifier;
Το Battlelog Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arnaud Ligny, και η κύρια λειτουργία του είναι "Displays the count of your Battlelog friends in the extension's badge, by status: in game, online or offline.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Battlelog Notifier
Λήψη αρχείων επέκτασης Battlelog Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Displays the count of your Battlelog friends in the extension's badge, by status: in game, online or offline. More, if the feature is enabled, a desktop notification warn you about new Battlelog notifications / updates.
Changelog:
v.0.1.8:
- fixing the badge update problem introduced by the new Chrome toolbar
v.0.1.7:
- fixing last build
v.0.1.6:
- bug fixes
v.0.1.5:
- rebuilding storage access (settings/options)
v.0.1.4:
- friends count (online and ingame) desktop notification
- opens options page on install / update
v.0.1.2:
- notifications sound support
v.0.1.0:
- first beta release!
v.0.0.97:
- recompressing images
v.0.0.96:
- adding options
v.0.0.94:
- full translated (EN + FR)
v.0.0.9:
- fixing "in game" count bug
v.0.0.8:
- revamping options page and notifications
v.0.0.7:
- compatibility with Opera
v.0.0.6:
- updating screenshots and icons
- revamping the loading method of base URLs
- fixing notification save option bug
- cleaning code
v.0.0.5:
- simplification of the notification count algo
- adding of a "dismiss" button in the notification window
- catch json data parsing error
- translation of all new strings
- Opera browser compatibility verifications
Note: desktop notitifcation feature is disabled by default
v.0.0.4:
- revamping of the desktop notification system
- adding support of MOHW and BFH games
v.0.0.3:
- switch from BF3 to BF4 by default
- adding an option list to choose the default game (BF3 or BF4)
v.0.0.2:
- adding of the friends status in the badge title
- adding of the desktop notification (with frequency option)
- when clicking on the badge, do not create a new tab if Battlelog is already opened
v.0.0.1:
- first alpha release Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | njkakciembpbejlkhknobdjkldkkieeg |
| Επίσημο URL | https://chromewebstore.google.com/detail/battlelog-notifier/njkakciembpbejlkhknobdjkldkkieeg |
| Περιγραφή | Displays the count of your Battlelog friends in the extension's badge, by status: in game, online or offline. |
| Μέγεθος Αρχείου | 64.79 KB |
| Αριθμός Εγκαταστάσεων | 121 |
| Τρέχουσα Έκδοση | 0.1.8 |
| Τελευταία Ενημέρωση | 2016-04-06 |
| Ημερομηνία Δημοσίευσης | 2016-04-06 |
| Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Arnaud Ligny |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://narno.org/Battlelog-Notifier/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Narno/Battlelog-Notifier/issues |
| Υποστηριζόμενες Γλώσσες | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.1.8",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"alarms",
"tabs",
"notifications",
"*:\/\/battlelog.battlefield.com\/*"
],
"optional_permissions": [
"background"
],
"browser_action": {
"default_icon": "icon-19.png"
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
"icon-48.png"
],
"minimum_chrome_version": "28",
"manifest_version": 2,
"default_locale": "en"
} | |