Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
什么是Prnt.sc buttons?
Prnt.sc buttons是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add buttons to Prnt.sc to navigate between images”。
扩展截图
下载Prnt.sc buttons扩展crx文件
下载Prnt.sc buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Adds buttons for navigating between images on the site "https://prnt.sc/". It adds the random button for going to a random image, the next button to go to the next image in alphabetical order and the previous button to navigate to the previous button in alphabetic order.                     扩展基本信息
| 名称 |  | 
| ID | cipidpjkchhadnjphbpambpbdkmlnefm | 
| 官方URL | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm | 
| 简介 | Add buttons to Prnt.sc to navigate between images | 
| 文件大小 | 4.06 KB | 
| 安装次数 | 116 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2020-04-08 | 
| 上架时间 | 2020-04-08 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prnt.sc buttons",
    "description": "Add buttons to Prnt.sc to navigate between images",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/prnt.sc\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Append Test Text"
    },
    "manifest_version": 2
} | |