LightShot Roulette

Generates a random link to LightShot and goes to it. Share it with your friends if it's good!

LightShot Rouletteคืออะไร?

LightShot Roulette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kolossalinc และคุณลักษณะหลักของมันคือ "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LightShot Roulette

ดาวน์โหลดไฟล์ส่วนขยาย LightShot Roulette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
คำอธิบาย Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 3,034
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-03-27
วันที่เผยแพร่ 2019-03-27
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา kolossalinc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "48": "lightshot_roulette_logo.png",
        "128": "lightshot_roulette_logo.png"
    },
    "name": "LightShot Roulette",
    "author": "Koloss5421",
    "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Lightshot Roulette"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}