Google Tasks Fork
A fork of the Google Tasks chrome extension
Google Tasks Fork란 무엇입니까?
Google Tasks Fork은(는) Mads Andreasen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fork of the Google Tasks chrome extension"입니다.
확장 프로그램 스크린샷
Google Tasks Fork 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is basically a fork of the official google plugin. But working! Manage your Google tasks with this plugin. * Easily add tasks based on text selected on a website. * Set reminders * Manage multiple lists * See your tasks in Gmail etc. The project is available on GitHub: https://github.com/MadsAndreasen/GoogleTasksFork
확장 프로그램 기본 정보
이름 | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
공식 URL | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
설명 | A fork of the Google Tasks chrome extension |
파일 크기 | 38.01 KB |
설치 횟수 | 931 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-02-18 |
출시 날짜 | 2015-02-18 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | Mads Andreasen |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Tasks Fork", "version": "1.0", "description": "A fork of the Google Tasks chrome extension", "browser_action": { "default_icon": "images\/tasks-19x19.png", "default_title": "Google Tasks", "default_popup": "popup.html" }, "background_page": "background.html", "omnibox": { "keyword": "t" }, "icons": { "16": "images\/tasks-16x16.png", "19": "images\/tasks-19x19.png", "48": "images\/tasks-48x48.png" }, "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ] } |