Achievement Calendar
Reminders for date-specific Xbox 360 and Xbox One achievements
What is Achievement Calendar?
Achievement Calendar is a Chrome extension developed by Alex Marshall, and its main feature is "Reminders for date-specific Xbox 360 and Xbox One achievements".
Extension Screenshots
Download Achievement Calendar Extension CRX File
Download Achievement Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Achievement Calendar |
ID | hcfboffpnepjdelcacekahadlmehjidd |
Official URL | https://chromewebstore.google.com/detail/achievement-calendar/hcfboffpnepjdelcacekahadlmehjidd |
Description | Reminders for date-specific Xbox 360 and Xbox One achievements |
File Size | 45.04 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2017-12-29 |
Publish Date | 2017-12-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alex Marshall |
[email protected] | |
Payment Type | free |
Extension Website | https://achievementcalendar.carrd.co/ |
Help Page URL | https://twitter.com/Marsh931 |
Supported Languages | 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" } ] } |