Wunderlist.com Shortcut

Opens up Wunderlist.com webpage.

Wunderlist.com Shortcut란 무엇입니까?

Wunderlist.com Shortcut은(는) Lukian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens up Wunderlist.com webpage."입니다.

확장 프로그램 스크린샷

screenshot

Wunderlist.com Shortcut 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wunderlist.com Shortcut is a simple button in the extensions toolbar that can get you right to your task manager.

Wunderlist.com Shortcut é um simples botão que fica na barra de extenções e que pode levá-lo direto ao seu gerenciador de tarefas.                    

확장 프로그램 기본 정보

이름 Wunderlist.com Shortcut Wunderlist.com Shortcut
ID jfjbndgfndfjjobbnflbofifmgibdgbj
공식 URL https://chromewebstore.google.com/detail/wunderlistcom-shortcut/jfjbndgfndfjjobbnflbofifmgibdgbj
설명 Opens up Wunderlist.com webpage.
파일 크기 1.3 MB
설치 횟수 510
현재 버전 0.2
최근 업데이트 2012-09-23
출시 날짜 2012-09-23
평점 4.00/5 총 7 개의 평점
개발자 Lukian
결제 유형 free
확장 프로그램 웹 사이트 https://ws.codeplex.com/
도움말 페이지 URL https://ws.codeplex.com/discussions
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wunderlist.com Shortcut",
    "version": "0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "description": "Opens up Wunderlist.com webpage.",
    "background": {
        "page": "open_wunderlist.html"
    },
    "browser_action": {
        "default_title": "Wunderlist",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}