Add to TreeDBNotes

Add selection to TreeDBNotes

Apa itu Add to TreeDBNotes?

Add to TreeDBNotes adalah ekstensi Chrome yang dikembangkan oleh https://www.mytreedb.com, dan fitur utamanya adalah "Add selection to TreeDBNotes".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Add to TreeDBNotes

Unduh file ekstensi Add to TreeDBNotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
URL Resmi https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Deskripsi Add selection to TreeDBNotes
Ukuran File 9.4 KB
Jumlah Instalasi 202
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-01-29
Tanggal Publikasi 2014-01-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.mytreedb.com
Tipe Pembayaran free
Situs Ekstensi http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Bahasa yang Didukung 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"
    ]
}