Appify

Open any frequently used web page or app into a centered popup.

什么是Appify?

Appify是由Roger H. Charles开发的Chrome扩展程序,该扩展的主要功能是“Open any frequently used web page or app into a centered popup.”。

扩展截图

screenshot

下载Appify扩展crx文件

下载Appify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use a web app more effectively with this enhanced toolbar bookmark. Choose any one you want. A Google Doc for example, or even a local HTML file.                    

扩展基本信息

名称 Appify Appify
ID ednhhbdndmaaiikledchagbgjknhekhj
官方URL https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj
简介 Open any frequently used web page or app into a centered popup.
文件大小 21.04 KB
安装次数 18
当前版本 1.0.9
更新时间 2023-05-10
上架时间 2020-02-16
评分 4.00/5 共2次评分
开发者 Roger H. Charles
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Appify",
    "options_page": "options.html",
    "description": "Open any frequently used web page or app into a centered popup.",
    "version": "1.0.9",
    "manifest_version": 2,
    "icons": {
        "48": "imgs\/icon_48.png",
        "128": "imgs\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/icon_128.png",
        "default_title": "Appify"
    }
}