My Diary

Lightweight and Beautiful personal diary.

My Diaryとは何ですか?

My DiaryはJayesh Cpによって開発されたChromeの拡張機能で、その主な機能は「Lightweight and Beautiful personal diary.」です。

拡張機能のスクリーンショット

screenshot

My Diary拡張機能のCRXファイルをダウンロード

My Diary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Lightweight & Beautiful personal diary.

Saves data locally inside your browser. No ads, no server connection required. Works offline.

Enjoy !                    

拡張機能の基本情報

名前 My Diary My Diary
ID adolnkbfnlkkefhlhnjogliicljjfnip
公式URL https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip
説明 Lightweight and Beautiful personal diary.
ファイルサイズ 432 KB
インストール数 7,000
現在のバージョン 1.0.16
最終更新日 2021-03-25
公開日 2017-05-22
評価 3.69/5 合計 62 レビュー
開発者 Jayesh Cp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://jayeshcp.wix.com/my-diary
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.16",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "Jayesh Chandrapal",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/my-diary\/adolnkbfnlkkefhlhnjogliicljjfnip",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/diary_128.png",
        "default_title": "My Diary",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "64": "images\/diary_128.png",
        "128": "images\/diary_128.png"
    },
    "offline_enabled": true
}