My Reload Button

Add Reload button

什么是My Reload Button?

My Reload Button是由art开发的Chrome扩展程序,该扩展的主要功能是“Add Reload button”。

扩展截图

screenshot

下载My Reload Button扩展crx文件

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

扩展使用说明

                        Go/Reload button                    

扩展基本信息

名称 My Reload Button My Reload Button
ID enljbahijigkmdlagadnkokcjgnkainm
官方URL https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm
简介 Add Reload button
文件大小 17.66 KB
安装次数 32
当前版本 1.0.0
更新时间 2019-11-14
上架时间 2019-11-12
评分 4.00/5 共2次评分
开发者 art
付费类型 free
支持的语言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Go"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "name": "My Reload Button",
    "description": "Add Reload button",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}