Simple as F**k Notes

Simple as F**k Notes is available to you everywhere thanks to Chrome sync.

Simple as F**k Notes란 무엇입니까?

Simple as F**k Notes은(는) DJ Fresh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple as F**k Notes is available to you everywhere thanks to Chrome sync."입니다.

확장 프로그램 스크린샷

screenshot

Simple as F**k Notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Like having a Post It Note stuck to your browser that syncs across your browsers.

Written by DJ Fresh                    

확장 프로그램 기본 정보

이름 Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
공식 URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
설명 Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
파일 크기 191 KB
설치 횟수 32
현재 버전 2.1
최근 업데이트 2021-12-23
출시 날짜 2020-02-06
평점 5.00/5 총 2 개의 평점
개발자 DJ Fresh
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple as F**k Notes",
    "version": "2.1",
    "description": "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "tab-icon.png",
        "default_title": "Notes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css_file.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "notes48.png",
        "128": "notes128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "css_file.css"
            ]
        }
    ]
}