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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Prnt.sc buttons Prnt.sc buttons
ID cipidpjkchhadnjphbpambpbdkmlnefm
官方網址 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
}