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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}