Achievement Calendar
Reminders for date-specific Xbox 360 and Xbox One achievements
Cos'è Achievement Calendar?
Achievement Calendar è un'estensione di Chrome sviluppata da Alex Marshall, e la sua funzione principale è "Reminders for date-specific Xbox 360 and Xbox One achievements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Achievement Calendar
Scarica i file di estensione Achievement Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Every time you open a new tab you'll see any achievements that can only be unlocked on that specific day. Includes achievements for Xbox 360 and Xbox One. Games include Halo: Master Chief Collection, Batman Arkham City, Dance Central 3 and more Informazioni di Base sull'Estensione
| Nome | |
| ID | hcfboffpnepjdelcacekahadlmehjidd |
| URL Ufficiale | https://chromewebstore.google.com/detail/achievement-calendar/hcfboffpnepjdelcacekahadlmehjidd |
| Descrizione | Reminders for date-specific Xbox 360 and Xbox One achievements |
| Dimensione del File | 45.04 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-12-29 |
| Data di Pubblicazione | 2017-12-29 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Alex Marshall |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://achievementcalendar.carrd.co/ |
| URL della Pagina di Aiuto | https://twitter.com/Marsh931 |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Achievement Calendar",
"description": "Reminders for date-specific Xbox 360 and Xbox One achievements",
"version": "1.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"128": "logo_128.png"
},
"chrome_url_overrides": {
"newtab": "achievement_calendar.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"achievement_calendar.js"
],
"run_at": "document_end"
}
]
} | |