Framered
Discover a dope website made in Framer each time you open a new tab
什么是Framered?
Framered是由Noman Ijaz开发的Chrome扩展程序,该扩展的主要功能是“Discover a dope website made in Framer each time you open a new tab”。
扩展截图
下载Framered扩展crx文件
下载Framered扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Discover a dope website made in Framer each time you open a new tab                     扩展基本信息
| 名称 |   |  
| ID | npemcaimbilljoofijhjbkjnalemahck | 
| 官方URL | https://chromewebstore.google.com/detail/framered/npemcaimbilljoofijhjbkjnalemahck | 
| 简介 | Discover a dope website made in Framer each time you open a new tab | 
| 文件大小 | 208 KB | 
| 安装次数 | 104 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2023-06-03 | 
| 上架时间 | 2023-06-02 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Noman Ijaz | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Framered",
    "description": "Discover a dope website made in Framer each time you open a new tab",
    "version": "1.0",
    "host_permissions": [
        "https:\/\/*.githubusercontent.com\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}  |  |