Ready (saved) answer

Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text

Ready (saved) answerคืออะไร?

Ready (saved) answer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fenyaboot และคุณลักษณะหลักของมันคือ "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ready (saved) answer

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

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

                        Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quickly copy saved sentences to the text of a letter, messenger, form, and anywhere.
The extension records responses in the Google Chrome storage with Google account synchronization. It does not use a remote server, but only your browser. It is free and will always be free.                    

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

ชื่อ Ready (saved) answer Ready (saved) answer
ID foinopkkglapdlndiokilmndmllnfhko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko
คำอธิบาย Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
ขนาดไฟล์ 45.4 KB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2021-11-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา fenyaboot
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ready-saved-answer.flycricket.io/privacy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.1",
    "description": "__MSG_description__",
    "action": {
        "default_icon": {
            "16": "\/ico\/16.png",
            "32": "\/ico\/32.png",
            "48": "\/ico\/48.png",
            "128": "\/ico\/128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/ico\/16.png",
        "32": "\/ico\/32.png",
        "48": "\/ico\/48.png",
        "128": "\/ico\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    }
}