Achievement Calendar
Reminders for date-specific Xbox 360 and Xbox One achievements
Achievement Calendarとは何ですか?
Achievement CalendarはAlex Marshallによって開発されたChromeの拡張機能で、その主な機能は「Reminders for date-specific Xbox 360 and Xbox One achievements」です。
拡張機能のスクリーンショット
Achievement Calendar拡張機能のCRXファイルをダウンロード
Achievement Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| ID | hcfboffpnepjdelcacekahadlmehjidd | 
| 公式URL | https://chromewebstore.google.com/detail/achievement-calendar/hcfboffpnepjdelcacekahadlmehjidd | 
| 説明 | Reminders for date-specific Xbox 360 and Xbox One achievements | 
| ファイルサイズ | 45.04 KB | 
| インストール数 | 23 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2017-12-29 | 
| 公開日 | 2017-12-29 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | Alex Marshall | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://achievementcalendar.carrd.co/ | 
| ヘルプページのURL | https://twitter.com/Marsh931 | 
| 対応言語 | 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"
        }
    ]
}  |  |