Sticky Note

You can put sticky notes on any webpage.

Sticky Noteとは何ですか?

Sticky NoteはSardara Evlikuleevaによって開発されたChromeの拡張機能で、その主な機能は「You can put sticky notes on any webpage.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A convenient extension that allows you to take notes on any page, and they will remain after reloading the page or even the browser.  These notes will only be visible to you.  Just right-click on the place on the page where you want to add a note, click on the "Add note" item and enter the text on the block that appears.  Notes can be moved by pulling them on the top edge of the block.  If you no longer want to see the note, just click the "Delete" button.                    

拡張機能の基本情報

名前 Sticky Note Sticky Note
ID cmabpemmbmhlgmnlemmkelphankfclcf
公式URL https://chromewebstore.google.com/detail/sticky-note/cmabpemmbmhlgmnlemmkelphankfclcf
説明 You can put sticky notes on any webpage.
ファイルサイズ 14.5 KB
インストール数 1,160
現在のバージョン 1.4
最終更新日 2020-09-18
公開日 2020-06-01
評価 4.50/5 合計 6 レビュー
開発者 Sardara Evlikuleeva
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vRSKqQQc9t6R8-RYWXKd1BX7dLFr7sbP-ndBt885tUBaWuAaowng0uPxO_uMEOm3pZmOHie9yHCWqIP/pub
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "description": "You can put sticky notes on any webpage.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Sticky Note",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content.css"
    ]
}