AnimeTrackerStorage

Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!

AnimeTrackerStorage란 무엇입니까?

AnimeTrackerStorage은(는) nicolasbotellodev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AnimeTrackerStorage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        features:
v1.82
--feedback

v 1.81
--Google Analytics
--Sync across computers
--Edit menu 

shift + click --- Saves the text of the link that you are clicking on
Ways of episode to update:
ctrl + click
alt + click
middle mouse button
left click
being able to tell you when the next episode of an anime you are watching is up and which website
Coming Soon:
right click + new tab to register for episode to update
Will tell you the time its suppose to be up by
Option to send sms or email when new episode is up

-------------------------
Donations or if having trouble head to the webpage. Will help you with figuring whats wrong!
Link for website on the right.
------------------------                    

확장 프로그램 기본 정보

이름 AnimeTrackerStorage AnimeTrackerStorage
ID lfcigpnofdmejegfdelmkajmidedihbk
공식 URL https://chromewebstore.google.com/detail/animetrackerstorage/lfcigpnofdmejegfdelmkajmidedihbk
설명 Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!
파일 크기 967 KB
설치 횟수 40
현재 버전 1.82
최근 업데이트 2016-07-30
출시 날짜 2016-07-30
평점 4.75/5 총 4 개의 평점
개발자 nicolasbotellodev
결제 유형 free
확장 프로그램 웹 사이트 http://nicolasbotello.com/Pages/projects/HomeATS.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnimeTrackerStorage",
    "short_name": "ATS",
    "description": "Keep up to date with your Anime! Add the anime you're watching to the list it'll track what episode you are on and when its up!",
    "version": "1.82",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-2.0.2.min.js",
                "js\/injectedScripts\/background.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com\/ https:\/\/www.google-analytics.com; object-src 'self' ",
    "background": {
        "scripts": [
            "js\/private.js",
            "js\/ga.js",
            "js\/lib\/jquery-2.0.2.min.js",
            "js\/helperFunctions.js",
            "js\/classes\/Manager.js",
            "js\/classes\/animeDataManager.js",
            "js\/classes\/updateWebsiteManager.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery-2.0.2.min.map"
    ]
}