Text Saver

Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!

Text Saverคืออะไร?

Text Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย just Kent และคุณลักษณะหลักของมันคือ "Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Saver

ดาวน์โหลดไฟล์ส่วนขยาย Text Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As the title says, this is very useful to people who need to copy and paste from the internet and save it to their desktop as a .txt file.
This extension will make you stop using notepad if you are using it to copy texts from the internet, but this extension can save your documents as a .txt file to save it for the future.

What's great about this feature?
· It can save whatever text you want even if you close the browser or restart your system
· Hassle-free notepad-like extension
· Let you work with your essays easily

Edit: Update information at the bottom.
----------------------------------------------------------------------------------------------------------
Update: 
I thought that I could not give updates anymore cause this was my first project in Chrome Web Store. But, after seeing multiple users using my application, it motivated me to update since I want to provide users with more features that can help them with their everyday lives. 
The update includes a new feature that allows you to copy every text in the text box. I also updated the interface with a new color scheme and a pleasant logo for the app. You can now also save your text without clicking "Save Text". Finally, I fixed some bugs that cause the app to perform poorly, especially when saving your textbox will place a blank line at the bottom.  

Update Summary:
· New Color Scheme
· New Feature: Copy textbox to clipboard
· New Logo
· Closing the extension will automatically save your text without clicking "Save Text".
· Bug Fixes (i.e., annoying line at the bottom when saving, etc.)

That's all. I will add more features in the future. Thank you!
Kent                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text Saver Text Saver
ID nobbbalmbonlollchjccddicnifienmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-saver/nobbbalmbonlollchjccddicnifienmo
คำอธิบาย Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!
ขนาดไฟล์ 3.7 MB
จำนวนการติดตั้ง 1,620
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-01-12
วันที่เผยแพร่ 2020-01-12
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา just Kent
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Saver",
    "description": "Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!",
    "version": "2.4",
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Text Saver"
    },
    "background": {
        "page": "popup.html"
    }
}