CalliTab

All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality

CalliTab란 무엇입니까?

CalliTab은(는) melvin0008에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        All the basic features combined into one app.Few features include news updates,time updates and weather updates It also includes a todo functionality.
Also provides links to chrome apps installed and the bookmarks saved. You can also drag and drop the items in the todo-list to manage your priorities.

For suggestions and queries please mail me at [email protected]                    

확장 프로그램 기본 정보

이름 CalliTab CalliTab
ID cbfcakedbnnbmhdplicoedllkhcobimg
공식 URL https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg
설명 All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
파일 크기 19.82 MB
설치 횟수 27
현재 버전 1.9
최근 업데이트 2015-10-17
출시 날짜 2015-10-16
평점 5.00/5 총 20 개의 평점
개발자 melvin0008
결제 유형 free
확장 프로그램 웹 사이트 http://www.melvinphilips.com/
도움말 페이지 URL https://github.com/melvin0008/Callitab/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CalliTab",
    "short_name": "Calli-Tab",
    "description": "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality",
    "version": "1.9",
    "author": "Melvin Philips Y.N.W.A",
    "permissions": [
        "management",
        "bookmarks",
        "geolocation",
        "http:\/\/rss.cnn.com\/rss\/cnn_topstories.rss"
    ],
    "icons": {
        "16": "c-16.png",
        "48": "c-48.png",
        "128": "c-128.ico"
    },
    "chrome_url_overrides": {
        "newtab": "allinone.html"
    }
}