Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

Τι είναι το Amazon Product Link Shortener;

Το Amazon Product Link Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bp2008software, και η κύρια λειτουργία του είναι "Creates a short and clean link to the current amazon.com product page, for easy sharing.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Product Link Shortener

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

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

                        This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

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

Όνομα Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
Επίσημο URL https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
Περιγραφή Creates a short and clean link to the current amazon.com product page, for easy sharing.
Μέγεθος Αρχείου 18.52 KB
Αριθμός Εγκαταστάσεων 276
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2023-06-05
Ημερομηνία Δημοσίευσης 2018-12-10
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής bp2008software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/bp2008/Amazon-Product-Link-Shortener/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/bp2008/Amazon-Product-Link-Shortener/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}