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"
    ]
}