Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

Quickie - Sticky Notesとは何ですか?

Quickie - Sticky Notesはhttps://tutorialcodeplay.comによって開発されたChromeの拡張機能で、その主な機能は「Manage your notes easily with our new 'Quickie-Sticky Notes'.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

拡張機能の基本情報

名前 Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
公式URL https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
説明 Manage your notes easily with our new 'Quickie-Sticky Notes'.
ファイルサイズ 841 KB
インストール数 1,114
現在のバージョン 1.2
最終更新日 2020-02-29
公開日 2020-02-29
評価 4.07/5 合計 14 レビュー
開発者 https://tutorialcodeplay.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tutorialcodeplay.com
ヘルプページのURL https://tutorialcodeplay.com
プライバシーポリシーページのURL https://htmlcodeplay.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}