TwitterImageDownloader

Help you to download images from twitter timeline

TwitterImageDownloader là gì?

TwitterImageDownloader là một tiện ích mở rộng Chrome được phát triển bởi https://eivy.github.io, và tính năng chính của nó là "Help you to download images from twitter timeline".

Ả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 TwitterImageDownloader

Tải xuống các tệp mở rộng TwitterImageDownloader 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

                        Show images with grid style from twitter timeline
Download selected images at once                    

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

Tên TwitterImageDownloader TwitterImageDownloader
ID dnhmnoiaabdhoelhlalgcfpolakhaemp
URL Chính Thức https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp
Mô tả Help you to download images from twitter timeline
Kích Thước Tệp 47.87 KB
Số Lần Cài Đặt 1,365
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2020-01-28
Ngày Phát Hành 2020-01-28
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://eivy.github.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Help you to download images from twitter timeline",
    "manifest_version": 2,
    "name": "TwitterImageDownloader",
    "version": "2.1.0",
    "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TwitterImageDownloader",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}