Selection to file

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

Selection to file란 무엇입니까?

Selection to file은(는) mikewellback에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to save selection on a text file."입니다.

확장 프로그램 스크린샷

Selection to file 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Selection to file Selection to file
ID jolheiipneamokgnlmfbnmkngphjpnji
공식 URL https://chromewebstore.google.com/detail/selection-to-file/jolheiipneamokgnlmfbnmkngphjpnji
설명 This extension allows the user to save selection on a text file.
파일 크기 8.52 KB
설치 횟수 162
현재 버전 1.1
최근 업데이트 2023-05-05
출시 날짜 2017-12-21
평점 5.00/5 총 4 개의 평점
개발자 mikewellback
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}