Framer Checker
Check if a website was made using Framer.com
Wat is Framer Checker?
Framer Checker is een Chrome-extensie ontwikkeld door Lenderson Macedo, en de belangrijkste functie is "Check if a website was made using Framer.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Framer Checker
Download Framer Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Framer Checker |
ID | jhjmopmegnfaboaidbggelokaadjjgif |
Officiële URL | https://chromewebstore.google.com/detail/framer-checker/jhjmopmegnfaboaidbggelokaadjjgif |
Beschrijving | Check if a website was made using Framer.com |
Bestandsgrootte | 55.02 KB |
Aantal Installaties | 813 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-12-16 |
Publicatiedatum | 2022-12-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Lenderson Macedo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chrome.framer.website |
Help Pagina-URL | https://chrome.framer.website/bugs-report |
Ondersteunde Talen | 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": [ " |