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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
    }
}