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文件

下載Selection to file擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}