Roll M

Turn any page into a random table and roll on it

Roll Mคืออะไร?

Roll M เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshua.macy และคุณลักษณะหลักของมันคือ "Turn any page into a random table and roll on it"

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

screenshot

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

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

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

                        Roll M is an extension that turns any page (almost) into a random table suitable for rolling on, primarily for RPGs. Instead of having to learn some proprietary table mark-up language or software, you just surf the web looking for blog posts or pages that look like they have interesting lists or tables (including pages of images such as images.google.com), click on the extension tool-bar button, and roll a random result from that page.  

How it works: Roll M examines the page for something that looks like a candidate for a table, such as an html table, ordered or unordered list, or a DIV containing a number of divs.  As you move the mouse it will highlight the candidates for you and when you're satisfied it has located the table you want to roll on, click and it will select a random entry from the table; you can reroll as many times as you like from the pop-up dialog box without having to select again. Alternatively if it's having trouble finding the table (because it has no markup or very complex markup) you can highlight the text, click on the extension button and then click in the highlighted text and it will interpret the highlighted area as a table.                    

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

ชื่อ Roll M Roll M
ID noljjhcdpkdlkjbmfkoilmhmhncelolm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/roll-m/noljjhcdpkdlkjbmfkoilmhmhncelolm
คำอธิบาย Turn any page into a random table and roll on it
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2014-03-30
วันที่เผยแพร่ 2014-03-30
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา joshua.macy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll M",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Turn any page into a random table and roll on it",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/animated-overlay.gif",
        "images\/ui-bg_flat_55_999999_40x100.png",
        "images\/ui-bg_flat_75_aaaaaa_40x100.png",
        "images\/ui-bg_glass_45_0078ae_1x400.png",
        "images\/ui-bg_glass_55_f8da4e_1x400.png",
        "images\/ui-bg_glass_75_79c9ec_1x400.png",
        "images\/ui-bg_gloss-wave_45_e14f1c_500x100.png",
        "images\/ui-bg_gloss-wave_50_6eac2c_500x100.png",
        "images\/ui-bg_gloss-wave_75_2191c0_500x100.png",
        "images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "images\/ui-icons_056b93_256x240.png",
        "images\/ui-icons_0078ae_256x240.png",
        "images\/ui-icons_e0fdff_256x240.png",
        "images\/ui-icons_f5e175_256x240.png",
        "images\/ui-icons_f7a50d_256x240.png",
        "images\/ui-icons_fcd113_256x240.png"
    ],
    "browser_action": {
        "default_title": "Roll M",
        "default_icon": "icons\/icon19.png"
    }
}