Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

Note Board Sticky Notesとは何ですか?

Note Board Sticky NotesはKrishnaによって開発されたChromeの拡張機能で、その主な機能は「Simple and very light weight extension,it remind your works or tasks.」です。

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

screenshot
screenshot

Note Board Sticky Notes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

拡張機能の基本情報

名前 Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
公式URL https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
説明 Simple and very light weight extension,it remind your works or tasks.
ファイルサイズ 69.72 KB
インストール数 332
現在のバージョン 1.0
最終更新日 2020-12-10
公開日 2020-12-09
評価 4.50/5 合計 4 レビュー
開発者 Krishna
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.krishnamurthy.me/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}