Prnt.sc buttons

Add buttons to Prnt.sc to navigate between images

Prnt.sc buttonsคืออะไร?

Prnt.sc buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Add buttons to Prnt.sc to navigate between images"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prnt.sc buttons

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}