Week Ly - Week Number
This app shows you the current Week!
Τι είναι το Week Ly - Week Number;
Το Week Ly - Week Number είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codarren.com, και η κύρια λειτουργία του είναι "This app shows you the current Week!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Week Ly - Week Number
Λήψη αρχείων επέκτασης Week Ly - Week Number σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Week Ly shows you the currrent week of the year.
- Icon shows current week
- Tooltip shows current week.
- Click to show random quotes !
Please feel free to report any bugs you may find as an issue on github.
https://github.com/codarrenvelvindron/Week-Ly
Official Website: http://codarren.com
Author: Codarren Velvindron
## Changelog
### 1.2.4 fix
* fix issue with image number
### 1.2.3 - Bugfix for 15 quotes
* Corrected a bug that would not show any quotes above 10
* Following increase in the number of quotes
### 1.2.2 release - Security and performance improved
* Improved performance
* Sanitized parts of code
### 1.2.1 release - Completely Reworked Week Ly
* Quotes and authors are now synchronized to external .json file
* Weekly no longer needs to be updated.
### 1.2.0 pre-release - Added quotes in json format
* Quotes are now retrieved from .json
### 1.1.8 release - Updated weekly quotes
* Minor update Week ly quotes (WK 25)
### 1.1.7 release - Updated weekly quotes
* Minor update Week ly quotes (WK 24)
### 1.1.6 release - Updated weekly quotes
* Minor update Week ly quotes (WK 23)
### 1.1.5 release - Updated weekly quotes
* Minor update Week ly quotes (WK 22)
### 1.1.4 release - Updated weekly quotes + check frequency
* Updated Week ly quotes
* Fix Week Ly check frequency
### 1.1.3 release - Code Sanitization
* Sanitized some parts of the code
### 1.1.2 release - Added quotes
* A random quote will show up when clicked
### 1.1.1 pre-release - Added tooltip
* Tooltip shows current week number
### 1.1.0 release - product logo - set to 09
* As a tribute to my very supportive girlfriend's Birthdate
### 1.0.0 was born - 15/05/2017
* Just does the job, calculates week number Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | endnddbohopbmapkpghdigekfngmjldj |
| Επίσημο URL | https://chromewebstore.google.com/detail/week-ly-week-number/endnddbohopbmapkpghdigekfngmjldj |
| Περιγραφή | This app shows you the current Week! |
| Μέγεθος Αρχείου | 102 KB |
| Αριθμός Εγκαταστάσεων | 848 |
| Τρέχουσα Έκδοση | 1.2.4 |
| Τελευταία Ενημέρωση | 2018-01-03 |
| Ημερομηνία Δημοσίευσης | 2018-01-03 |
| Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | https://codarren.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://codarren.com/2017/05/week-ly-browser-extension-shows-current-week/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://codarren.com/2017/05/week-ly-browser-extension-shows-current-week/ |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.2.4",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "Week Ly number",
"author": "Codarren Velvindron",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/raw.githubusercontent.com\/codarrenvelvindron\/Week-Ly\/master\/weeklyquote.json"
],
"browser_action": {
"default_title": "__MSG_appAction__",
"default_popup": "popup.html",
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |