Text Keeper

Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.

Text Keeperคืออะไร?

Text Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roblesg136 และคุณลักษณะหลักของมันคือ "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards."

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

screenshot
screenshot

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

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

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

                        Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc .
Para activar el panel y la extensión deberás ir a la siguiente url y activar el  panel:   chrome://flags/#enable-panels                    

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

ชื่อ Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk
คำอธิบาย Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
ขนาดไฟล์ 2.22 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-06-19
วันที่เผยแพร่ 2016-06-19
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา roblesg136
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Keeper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.",
    "browser_action": {
        "default_title": "Text Keeper",
        "default_icon": "icons\/icon-32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}