Browserbite Recorder (beta)

Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.

Browserbite Recorder (beta)คืออะไร?

Browserbite Recorder (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.browserbite.com และคุณลักษณะหลักของมันคือ "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browserbite Recorder (beta)

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

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

                                            

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

ชื่อ Browserbite Recorder (beta) Browserbite Recorder (beta)
ID kklpankcolbkjjnjajfdljcnpeifgohe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/browserbite-recorder-beta/kklpankcolbkjjnjajfdljcnpeifgohe
คำอธิบาย Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2013-09-19
วันที่เผยแพร่ 2013-09-19
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.browserbite.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browserbite Recorder (beta)",
    "description": "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.",
    "version": "0.3.4",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/event-click.png"
    ]
}