List Randomizer

Picks a random item from a list.

List Randomizerคืออะไร?

List Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Picks a random item from a list."

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

screenshot
screenshot

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

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

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

                        This friendly extension makes decisions easy. The extension lets to write and recall lists from Chrome's local storage. You are able to select one of these lists and have the extension choose a randomized item off of the chosen list. The extension supports eight lists currently.                    

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

ชื่อ List Randomizer List Randomizer
ID cdhliilgdklblnbcgpdemndkojdeehpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/list-randomizer/cdhliilgdklblnbcgpdemndkojdeehpl
คำอธิบาย Picks a random item from a list.
ขนาดไฟล์ 10.52 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-10-15
วันที่เผยแพร่ 2018-10-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Fidosodd/RandomSelection
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "List Randomizer",
    "short_name": "Randomizer",
    "version": "1.4",
    "description": "Picks a random item from a list.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "List Randomizer"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}