TabIt - G Keep : Productivity in Access

Provides quick access to Google Keep - right in browser action pop-up

TabIt - G Keep : Productivity in Access란 무엇입니까?

TabIt - G Keep : Productivity in Access은(는) TabIt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick access to Google Keep - right in browser action pop-up"입니다.

확장 프로그램 스크린샷

screenshot

TabIt - G Keep : Productivity in Access 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.                    

확장 프로그램 기본 정보

이름 TabIt - G Keep : Productivity in Access TabIt - G Keep : Productivity in Access
ID mlgblhjjbecaeiocopmpceegpdeflmke
공식 URL https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke
설명 Provides quick access to Google Keep - right in browser action pop-up
파일 크기 65.61 KB
설치 횟수 889
현재 버전 1.4.1
최근 업데이트 2021-09-17
출시 날짜 2018-12-20
평점 3.36/5 총 11 개의 평점
개발자 TabIt
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TabIt - G Keep",
    "name": "TabIt - G Keep : Productivity in Access",
    "version": "1.4.1",
    "description": "Provides quick access to Google Keep - right in browser action pop-up",
    "icons": {
        "512": "images\/logo512.png",
        "128": "images\/logo128.png",
        "48": "images\/logo48.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "images\/logo512.png",
            "128": "images\/logo128.png",
            "48": "images\/logo48.png"
        },
        "default_title": "TabIt - G Keep",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/keep.google.com\/*",
        "notifications",
        "management"
    ]
}