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