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ファイルをダウンロード

TabIt - G Keep : Productivity in Access拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}