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
电子邮箱 [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"
    ]
}