notes.txt

Notes in text file.

什么是notes.txt?

notes.txt是由alexq开发的Chrome扩展程序,该扩展的主要功能是“Notes in text file.”。

扩展截图

screenshot

下载notes.txt扩展crx文件

下载notes.txt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Store your text notes in Google Drive.                    

扩展基本信息

名称 notes.txt notes.txt
ID gppaejcoehjmkkpngkafhmdcgbpknbod
官方URL https://chromewebstore.google.com/detail/notestxt/gppaejcoehjmkkpngkafhmdcgbpknbod
简介 Notes in text file.
文件大小 9.33 KB
安装次数 27
当前版本 0.2.0
更新时间 2018-07-20
上架时间 2018-07-19
开发者 alexq
付费类型 free
扩展官网 https://github.com/alex-q/notes.txt-chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notes.txt",
    "version": "0.2.0",
    "description": "Notes in text file.",
    "minimum_chrome_version": "57",
    "permissions": [
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "702478339593-9g3o9a6qta5gcs52pi7ttrpe3jeo87c6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp1UqP2HVQx7nEqz+4RDLTNLVGicZnhEJluITikwBUHrQoyXfjekc3eWi7qotS7zPoEuFMukOCLQ1oNnKCgrQG2qI8WFx2p0G9o\/n5apGuWAif8HJS1JVqZOzKEwCegvEEQcmIeQzsz2064V2ZQysRFTfOtkn0ClFjSVJWZGSRq4i3MdfmFYL2En\/PYBri46ns0OxnaD31CbRjYmqJocqw4fkA5pWxPdhUPfC57OEwgSl3n0EsTWycwYN1WnPYc4CGfiLVrmM95yztnux+ATxPiAYhkRUW+C761ZWrwv3rx4Wz+pPR9mbOyXRNtz8\/vHFBTT9h0\/epOr1B2EJC+V7GwIDAQAB"
}