recordable

Simplest screen capture and video recorder for your Chrome browser. Create, sketch, annotate and download to share

什么是recordable?

recordable是由https://recordable.co开发的Chrome扩展程序,该扩展的主要功能是“Simplest screen capture and video recorder for your Chrome browser. Create, sketch, annotate and download to share”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载recordable扩展crx文件

下载recordable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Recordable is a free, simple and ultra versatile screen recorder tool for Chrome. It is quick and simple to install and get using immediately. 

Simply record your Chrome tab, browser window or computer screen. Whilst recording take a quick snapshot, draw a sketch or write some text notes to comment on the screen.

Snapshots allow you to capture exactly what's on the screen so you can share with your colleagues, users or visitors. Draw sketches on the browser screen to bring attention to something you need to share.  Write notes into a moveable text widget so you can share your thoughts or notes with others.

Complete deep user journeys whilst recording across links and browser tabs to gain and share greater context. When you're finished, capture basic browser and operating system information to share and aid debugging.

Some of our favourite use cases for Recordable :

- Designers : Generate a video to share user flows with the team and sketch highlights to draw attention
- Developers : Capture a screen shot when you want to share a part of a website with a remote colleague
- Product Managers : Record and enhance your product demos so they can be watched again and again
- QA : Record the customer journey where you've captured a bug and write detailed step by step notes to complement the defect report

Recordable's continual discovery is user led. Please vote on the public Trello board. The most popular features will be prioritised first! - https://trello.com/b/5qiAfcjm/recordable-roadmap

So whether you need to get your point across to a friend, colleague or stakeholder, make recommendations for improvements or highlight bugs - ElasticTribe's recordable is the tool for the job.                    

扩展基本信息

名称 recordable recordable
ID eemlmflceflimbfhcpmbpolemefajhdl
官方URL https://chromewebstore.google.com/detail/recordable/eemlmflceflimbfhcpmbpolemefajhdl
简介 Simplest screen capture and video recorder for your Chrome browser. Create, sketch, annotate and download to share
文件大小 266 KB
安装次数 1,666
当前版本 0.4.2
更新时间 2018-04-16
上架时间 2018-04-16
评分 2.64/5 共11次评分
开发者 https://recordable.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://recordable.co
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "recordable",
    "short_name": "recordable",
    "author": "Paul Barnes, ElasticTribe",
    "version": "0.4.2",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Simplest screen capture and video recorder for your Chrome browser. Create, sketch, annotate and download to share",
    "homepage_url": "https:\/\/recordable.co",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js",
                "draw-script.js",
                "feather.js"
            ],
            "css": [
                "w3_ETCustom.css",
                "ETStyle.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/recordable_512x512.png",
        "default_title": "recordable"
    },
    "icons": {
        "16": "images\/elastictribe.png",
        "22": "images\/elastictribe.png",
        "32": "images\/elastictribe.png",
        "48": "images\/elastictribe.png",
        "128": "images\/recordable_128x128.png",
        "512": "images\/recordable_512x512.png"
    },
    "default_locale": "en",
    "permissions": [
        "desktopCapture",
        "storage",
        "contextMenus",
        "tabs",
        "",
        "tabCapture",
        "activeTab",
        "downloads",
        "downloads.open"
    ],
    "web_accessible_resources": [
        "images\/recordable_128x128.png",
        "images\/recordable_512x512.png",
        "images\/brush-20.png",
        "w3_ETCustom.css",
        "ETStyle.css",
        "feather.js"
    ]
}