TxtPad

Quick Notes from Anywhere!

TxtPadคืออะไร?

TxtPad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://txtpad.in และคุณลักษณะหลักของมันคือ "Quick Notes from Anywhere!"

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

screenshot
screenshot
screenshot

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

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

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

                        TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account.

With the TxtPad for Google Chrome, you can - 

+ Select text content and save as note
+ Save current page link with title as a note
+ Save any link on the web page as a note
+ Create notes from any page

All this without opening the TxtPad web applicatoin. 

It's super-quick and super-easy!                    

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

ชื่อ TxtPad TxtPad
ID andhgnknhimoabaoajbafhgglhkcmjae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae
คำอธิบาย Quick Notes from Anywhere!
ขนาดไฟล์ 39.12 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2013-12-02
วันที่เผยแพร่ 2013-12-01
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://txtpad.in
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://txtpad.in
URL หน้าช่วยเหลือ http://txtpad.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TxtPad",
    "description": "Quick Notes from Anywhere!",
    "version": "0.0.0.3",
    "homepage_url": "http:\/\/txtpad.in",
    "icons": {
        "16": "images\/tbxlogo16.png",
        "48": "images\/tbxlogo48.png",
        "128": "images\/tbxlogo128.png"
    },
    "browser_action": {
        "default_icon": "images\/tbxlogo19.png",
        "default_title": "TxtPad",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-2.0.0.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content_script.min.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/tbxlogo48.png",
        "images\/tbxlogo19.png",
        "scripts\/content_script.min.js.map"
    ]
}