Share with for Google Chrome™

An extension that allows you to easily share web pages to various social sites and web apps.

Τι είναι το Share with for Google Chrome™;

Το Share with for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris Emanuel, και η κύρια λειτουργία του είναι "An extension that allows you to easily share web pages to various social sites and web apps.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Share with for Google Chrome™

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

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

                        This is a simple extension which adds a share button to your toolbar. It allows you to share your current webpage to a variety of social sites and web apps.

Version 2.0.1
• Fixed issue with encoded page titles

Version 2.0.0
• Entire code re-written to optimize performance and streamline future updates
• Updated toolbar icon to better match Chrome UI
• Added new service
  • Email

This extension does not collect or share your data in any way. All user preferences are saved locally.

Version History:

Version 1.0.1
• Added new services
  • Buffer
  • Delicious
  • Digg
  • Reddit
  • Tumblr

Version 1.0.0
• New look - updated to match Android 5.0 Lollipop share intent
• Options - choose which services to display in the share list


Version 0.0.1
• Initial release                    

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

Όνομα Share with for Google Chrome™ Share with for Google Chrome™
ID egpmaojaajjjijckmfdlncdakdojbhgk
Επίσημο URL https://chromewebstore.google.com/detail/share-with-for-google-chr/egpmaojaajjjijckmfdlncdakdojbhgk
Περιγραφή An extension that allows you to easily share web pages to various social sites and web apps.
Μέγεθος Αρχείου 62.66 KB
Αριθμός Εγκαταστάσεων 2,469
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2022-06-21
Ημερομηνία Δημοσίευσης 2015-03-02
Αξιολόγηση 4.23/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Chris Emanuel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/chrisephoto/share-with-for-google-chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/chrisephoto/share-with-for-google-chrome
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Share with for Google Chrome\u2122",
    "version": "2.0.1",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "description": "An extension that allows you to easily share web pages to various social sites and web apps.",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Chris Emanuel",
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/github.com\/chrisephoto\/share-with-for-google-chrome",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiAu8tYuOw6POS6Ny\/uhvEclok0KcJSK7XTP5+XkvjIUWjVlUJsXav\/bLcivdrtMG56clT0VdwELTyh+0sKwsx+tMxu1rWUb3iOXLwRQVEUlgLAMP0R+yLNK8FnyeipztcJBlLwRTzsI3gLVHnJsDaZfDszMqIl1z2nYtvlBETeQIDAQAB",
    "offline_enabled": false,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ],
    "short_name": "Share with",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}