Selection to file

This extension allows the user to save selection on a text file.

Selection to file là gì?

Selection to file là một tiện ích mở rộng Chrome được phát triển bởi mikewellback, và tính năng chính của nó là "This extension allows the user to save selection on a text file.".

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

Tải xuống tệp CRX của tiện ích mở rộng Selection to file

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

                        Have you ever needed to save part of the text from a web page?
What you can do nowadays, is to save the entire page, with all the unneeded images and resources attached (a lot of things, for just some text) or to copy the text, open a text editor, paste it and search for a path where to save it (a lot of steps!).
With Selection to file, today, you can simply select the text you want and click save: you will find all the text you saved in the download folder.                    

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

Tên Selection to file Selection to file
ID jolheiipneamokgnlmfbnmkngphjpnji
URL Chính Thức https://chromewebstore.google.com/detail/selection-to-file/jolheiipneamokgnlmfbnmkngphjpnji
Mô tả This extension allows the user to save selection on a text file.
Kích Thước Tệp 8.52 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2017-12-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mikewellback
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection to file",
    "description": "This extension allows the user to save selection on a text file.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "g19.png",
        "default_popup": "popup.html",
        "default_title": "Selection to file info"
    },
    "icons": {
        "16": "g16.png",
        "48": "g48.png",
        "128": "g128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ]
}