Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Anywhere stickers - simple sticky notesとは何ですか?

Anywhere stickers - simple sticky notesはanywhere.stickersによって開発されたChromeの拡張機能で、その主な機能は「Attach sticky notes to any page」です。

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

screenshot

Anywhere stickers - simple sticky notes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Single click sticky notes.

* Nice look and feel.
* Synchronizes across your logged-in browsers.
* Easy to use.
* Nothing excessive, only what you need to remember a pair of words.                    

拡張機能の基本情報

名前 Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
公式URL https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
説明 Attach sticky notes to any page
ファイルサイズ 41.65 KB
インストール数 10,000
現在のバージョン 0.104.0.1
最終更新日 2023-04-27
公開日 2020-07-03
評価 4.60/5 合計 63 レビュー
開発者 anywhere.stickers
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anywhere stickers - simple sticky notes",
    "short_name": "AnywhereStickers",
    "description": "Attach sticky notes to any page",
    "version": "0.104.0.1",
    "author": "Kirill Zotov",
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Anywhere stickers"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "onScreenNotificator.js",
                "extension.js",
                "js.js"
            ],
            "css": [
                "css.css",
                "onScreenNotificator.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}