URL SAVER

This extension saves the pages where you at

Τι είναι το URL SAVER;

Το URL SAVER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mrluissan.ninja, και η κύρια λειτουργία του είναι "This extension saves the pages where you at".

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

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

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

                        With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there.
You are also able to bind a shortcut to save the pages and also open the extension.

I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.                    

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

Όνομα URL SAVER URL SAVER
ID ipafapbbcgjnehnjgmlgjmclofgkffjc
Επίσημο URL https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc
Περιγραφή This extension saves the pages where you at
Μέγεθος Αρχείου 713 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2017-07-05
Ημερομηνία Δημοσίευσης 2017-07-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://mrluissan.ninja
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL SAVER",
    "description": "This extension saves the pages where you at ",
    "version": "2",
    "author": "Luis Adame Rodr\u00edguez - @mrluissan",
    "homepage_url": "https:\/\/mrluissan.ninja",
    "commands": {
        "saveTab": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "Saves the url"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}