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

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

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}