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
官方網址 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"
    ]
}