Framer Checker
Check if a website was made using Framer.com
Co je Framer Checker?
Framer Checker je rozšíření Chrome vyvinuté Lenderson Macedo, a jeho hlavní funkcí je „Check if a website was made using Framer.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Framer Checker
Stáhněte si soubory rozšíření Framer Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Framer Checker |
ID | jhjmopmegnfaboaidbggelokaadjjgif |
Oficiální URL | https://chromewebstore.google.com/detail/framer-checker/jhjmopmegnfaboaidbggelokaadjjgif |
Popis | Check if a website was made using Framer.com |
Velikost souboru | 55.02 KB |
Počet instalací | 813 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2022-12-16 |
Datum Vydání | 2022-12-15 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Lenderson Macedo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://chrome.framer.website |
URL Stránky Nápovědy | https://chrome.framer.website/bugs-report |
Podporované Jazyky | 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": [ " |