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”。
扩展截图
下载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 |
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": [ " |