Selection to file
This extension allows the user to save selection on a text file.
Selection to fileคืออะไร?
Selection to file เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikewellback และคุณลักษณะหลักของมันคือ "This extension allows the user to save selection on a text file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selection to file
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |