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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}