xNotes

An app to write notes on chrome new tab.

什么是xNotes?

xNotes是由https://ahmadzakiy.com开发的Chrome扩展程序,该扩展的主要功能是“An app to write notes on chrome new tab.”。

扩展截图

screenshot
screenshot

下载xNotes扩展crx文件

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

扩展使用说明

                        An app to write notes on chrome new tab, with dark theme!                    

扩展基本信息

名称 xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
官方URL https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
简介 An app to write notes on chrome new tab.
文件大小 584 KB
安装次数 262
当前版本 2.0.1
更新时间 2019-02-08
上架时间 2019-02-08
评分 4.67/5 共6次评分
开发者 https://ahmadzakiy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ahmadzakiy/xnotes
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}