AddToAny: Share Anywhere

Share to Facebook, Twitter, WhatsApp, email, and any other sharing or saving service quickly and easily with one share button.

Τι είναι το AddToAny: Share Anywhere;

Το AddToAny: Share Anywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.addtoany.com, και η κύρια λειτουργία του είναι "Share to Facebook, Twitter, WhatsApp, email, and any other sharing or saving service quickly and easily with one share button.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The AddToAny share button makes it easy and fast to share links to anyone using any service.

Features:

 - AddToAny's Universal Share Button
 - Sharing to Gmail, WhatsApp, LinkedIn, and more social media networks
 - AddToAny "More" button lets you instantly access any other service anytime
 - Right-click to share from the context menu (optional)
 - Share to multiple services quickly while keeping the share popup open:
    - Just Ctrl+click or ⌘+click on a service, or
    - Click the middle mouse button
 - Large buttons with vector icons
    - Perfectly crisp on high PPI screens such as Retina displays or the Chromebook family
 - Automatic dark mode based on system preference
 - Reassignable keyboard shortcut

Customizable:

 - Customize the services that appear in the sharing menu
    - Drag & drop to rearrange the order of services in the sharing menu
 - Toggle AddToAny in your context menu
 - Add a custom service to share to

Fast & Secure:

 - Optimized to load instantly without slowing down Google Chrome
 - Directs to the HTTPS version of sites for privacy on shared networks
 - Minimal permissions
 - AddToAny doesn't collect personal information                    

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

Όνομα AddToAny: Share Anywhere AddToAny: Share Anywhere
ID ffpgijchhhkhnokafdeklpllijgnbche
Επίσημο URL https://chromewebstore.google.com/detail/addtoany-share-anywhere/ffpgijchhhkhnokafdeklpllijgnbche
Περιγραφή Share to Facebook, Twitter, WhatsApp, email, and any other sharing or saving service quickly and easily with one share button.
Μέγεθος Αρχείου 203 KB
Αριθμός Εγκαταστάσεων 43,531
Τρέχουσα Έκδοση 3.4.5
Τελευταία Ενημέρωση 2021-09-27
Ημερομηνία Δημοσίευσης 2020-05-12
Αξιολόγηση 4.36/5 Συνολικά 289 Αξιολογήσεις
Προγραμματιστής https://www.addtoany.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.addtoany.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AddToAny: Share Anywhere",
    "short_name": "AddToAny",
    "version": "3.4.5",
    "manifest_version": 2,
    "description": "Share to Facebook, Twitter, WhatsApp, email, and any other sharing or saving service quickly and easily with one share button.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/addtoany_19.png",
            "38": "images\/addtoany_38.png"
        },
        "default_title": "AddToAny",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Open AddToAny to share the current page"
        }
    },
    "icons": {
        "16": "images\/addtoany_16.png",
        "32": "images\/addtoany_32.png",
        "48": "images\/addtoany_48.png",
        "128": "images\/addtoany_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}