Framer Checker

Check if a website was made using Framer.com

Framer Checker란 무엇입니까?

Framer Checker은(는) Lenderson Macedo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check if a website was made using Framer.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Framer Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Need to check if a website was made with Framer?  With Framer Checker, you can automatically verifies if a website was created using this popular design tool. With just a few clicks, you can quickly check if a site was built with Framer. As a designer, it's a great way to see how other professionals are using this tool, and for anyone curious about the tools used to build their favorite websites, Framer Checker has you covered.                    

확장 프로그램 기본 정보

이름 Framer Checker Framer Checker
ID jhjmopmegnfaboaidbggelokaadjjgif
공식 URL https://chromewebstore.google.com/detail/framer-checker/jhjmopmegnfaboaidbggelokaadjjgif
설명 Check if a website was made using Framer.com
파일 크기 55.02 KB
설치 횟수 813
현재 버전 1.0.2
최근 업데이트 2022-12-16
출시 날짜 2022-12-15
평점 5.00/5 총 3 개의 평점
개발자 Lenderson Macedo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.framer.website
도움말 페이지 URL https://chrome.framer.website/bugs-report
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Framer Checker",
    "description": "Check if a website was made using Framer.com",
    "version": "1.0.2",
    "author": "Lenderson Macedo",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Framer Checker",
        "default_popup": "popups\/disabled.html",
        "default_icon": {
            "16": "assets\/16-disabled.png",
            "24": "assets\/24-disabled.png",
            "32": "assets\/32-disabled.png",
            "48": "assets\/48-disabled.png",
            "128": "assets\/128-disabled.png"
        }
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-active.png",
        "24": "assets\/24-active.png",
        "32": "assets\/32-active.png",
        "48": "assets\/48-active.png",
        "128": "assets\/128-active.png"
    }
}