Quick GTasks
Quickly access and edit your Google Tasks™ conveniently from within Google Chrome
Quick GTasks란 무엇입니까?
Quick GTasks은(는) https://russellstout.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly access and edit your Google Tasks™ conveniently from within Google Chrome"입니다.
확장 프로그램 스크린샷
Quick GTasks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I use Google Tasks™ many, many times every day. After several of the Google Tasks™ Chrome extensions I used stopped working back in 2019, I began working on my own extension as a hobby project. Most of the functionality is currently included. Please let me know if you run into any bugs, and thanks for trying my extension!
확장 프로그램 기본 정보
이름 | Quick GTasks |
ID | lecffaknkjhfeaodenkbmkldfdfindkg |
공식 URL | https://chromewebstore.google.com/detail/quick-gtasks/lecffaknkjhfeaodenkbmkldfdfindkg |
설명 | Quickly access and edit your Google Tasks™ conveniently from within Google Chrome |
파일 크기 | 164 KB |
설치 횟수 | 4,899 |
현재 버전 | 0.3.3 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2020-04-03 |
평점 | 3.84/5 총 37 개의 평점 |
개발자 | https://russellstout.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://quick-gtasks.russellstout.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick GTasks", "version": "0.3.3", "description": "Quickly access and edit your Google Tasks\u2122 conveniently from within Google Chrome", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Quick GTasks", "default_popup": "index.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Q" } } }, "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "472132662946-qailgv0j8dt3okjlalo8ded67ou88v8h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks" ] }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDNOBdUkXrfxfQm3cNuG8uw9yUrGLcv\/hnomgAqIlf+ieyO5I8UdFxd9h7irtCDasfQsezhrhPEvolezTlK0LyCMnBtp9SrI6dCaBGt7kaxJq4PEEvmBflFtSGQ009tCZ4zeswGR3Bliz8ZGAVysm\/oDNfUqFgLteMzXmBNS\/s1mZ7g0oREuspwCzrHYB6BkcLBdDzotg8CLujP680FByn78rHJ5YDK37bFI\/4rLVUUBUUe3kGe3gXCQqHPnfhhOSpvPuzQ6dAMj1cw9kXVPNgKntzAD15\/ShSav31YV8euUk2CVzd4\/tNZ0w\/RPTFlAZGdNjZOSeggFd3c7dbgziQIDAQAB" } |