monote

monote lets you bookmark products to find them again later.

Τι είναι το monote;

Το monote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.monote.io, και η κύρια λειτουργία του είναι "monote lets you bookmark products to find them again later.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης monote

Λήψη αρχείων επέκτασης monote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ↳ BOOKMARK
Save products you found online to your wishlist to find and buy them later.

↳ ORGANIZE
Sort your products into different lists and collections 
(e.g. "Book Reading List" or "Things I Need to Pack for my next Holiday")

↳ DECLUTTER
Avoid impulse purchases and make informed product decisions instead.

↳ DISCOVER
Find new products and collections based on the things you like.

More info:
www.monote.io                    

Βασικές Πληροφορίες Επέκτασης

Όνομα monote monote
ID anmibimddpcalenjmamohmfegpigbplg
Επίσημο URL https://chrome.google.com/webstore/detail/monote/anmibimddpcalenjmamohmfegpigbplg
Περιγραφή monote lets you bookmark products to find them again later.
Μέγεθος Αρχείου 399 KB
Αριθμός Εγκαταστάσεων 118
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2018-04-08
Ημερομηνία Δημοσίευσης 2018-04-08
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://www.monote.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "monote",
    "description": "monote lets you bookmark products to find them again later.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.2.1.min.js",
                "vendor\/jquery.webui-popover.min.js",
                "monote.lib.js",
                "content.js"
            ],
            "css": [
                "vendor\/jquery.webui-popover.min.css",
                "styles.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/master-picture.svg",
        "popup.html",
        "popup.js",
        "application.css",
        "vendor\/rails-ujs.js",
        "icon.png",
        "styles.css"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000; object-src 'self'"
}