Add to TreeDBNotes

Add selection to TreeDBNotes

Add to TreeDBNotesคืออะไร?

Add to TreeDBNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mytreedb.com และคุณลักษณะหลักของมันคือ "Add selection to TreeDBNotes"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to send the selection to the TreeDBNotes. Just select some text from web page and press "Add to TreeDBNotes" from Chrome Right-click menu. TreeDBNotes must be installed on your computer. More info about TreeDBNotes: www.mytreedb.com                    

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

ชื่อ Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
คำอธิบาย Add selection to TreeDBNotes
ขนาดไฟล์ 9.4 KB
จำนวนการติดตั้ง 202
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-01-29
วันที่เผยแพร่ 2014-01-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.mytreedb.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to TreeDBNotes",
    "description": "Add selection to TreeDBNotes",
    "homepage_url": "http:\/\/www.mytreedb.com",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*.*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/localhost:1978\/*",
        "tabs",
        "contextMenus"
    ]
}