Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

Τι είναι το Simple Share;

Το Simple Share είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicolas Devenet, και η κύρια λειτουργία του είναι "Simply share your current tab by email, to your social networks or your Shaarli!".

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

screenshot
screenshot
screenshot

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

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

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

                        Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli.
You can customize the extension to enable only services you want :)

Use the Omnibox for directly share the page with the keyword “share”.                    

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

Όνομα Simple Share Simple Share
ID dpojjbgadcmbpdkmlgjcmamefmcfliem
Επίσημο URL https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem
Περιγραφή Simply share your current tab by email, to your social networks or your Shaarli!
Μέγεθος Αρχείου 21.59 KB
Αριθμός Εγκαταστάσεων 244
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-04-16
Ημερομηνία Δημοσίευσης 2018-04-16
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Nicolas Devenet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Devenet/SimpleShare
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Devenet/SimpleShare/issues
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Share",
    "short_name": "Share",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_popup": "share.html",
        "default_icon": "images\/icon-19.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "author": "Nicolas Devenet",
    "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "share"
    },
    "permissions": [
        "activeTab"
    ]
}