Offsided - Keeper

Screen capture your page and share it with friends

Offsided - Keeper là gì?

Offsided - Keeper là một tiện ích mở rộng Chrome được phát triển bởi http://www.fitbamob.com, và tính năng chính của nó là "Screen capture your page and share it with friends".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Offsided - Keeper

Tải xuống các tệp mở rộng Offsided - Keeper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Easy screen recording with Fitbamob Keeper.

This tool allows you to record and share your screen with friends. All recorded videos are hosted on fitbamob.com for easy sharing. Just send a link or publish it on Reddit/Twitter/Facebook.

Features available:

* Screen recording (no audio)
* Selecting first and last frame
* Cropping video area
* Hosting video file online on fitbamob.com
* Share on social media.

**Update 1.1.0**
* Add preview option
* Bug fixes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Offsided - Keeper Offsided - Keeper
ID mmfdoaieedekahebigodbflpapoggbkd
URL Chính Thức https://chrome.google.com/webstore/detail/offsided-keeper/mmfdoaieedekahebigodbflpapoggbkd
Mô tả Screen capture your page and share it with friends
Kích Thước Tệp 2.74 MB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2015-04-14
Ngày Phát Hành 2015-04-14
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://www.fitbamob.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offsided - Keeper",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Screen capture your page and share it with friends",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "activeTab",
        "desktopCapture",
        "tabCapture"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}