Amazon Product Link Shortener
Creates a short and clean link to the current amazon.com product page, for easy sharing.
Was ist Amazon Product Link Shortener?
Amazon Product Link Shortener ist eine Chrome-Erweiterung, die von bp2008software entwickelt wurde, und ihr Hauptmerkmal ist "Creates a short and clean link to the current amazon.com product page, for easy sharing.".
Erweiterungsscreenshots
Amazon Product Link Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Product Link Shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjjlkpmgccmimghapoichdfffocambjp |
| Offizielle URL | https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp |
| Beschreibung | Creates a short and clean link to the current amazon.com product page, for easy sharing. |
| Dateigröße | 18.52 KB |
| Installationsanzahl | 276 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2023-06-05 |
| Veröffentlichungsdatum | 2018-12-10 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | bp2008software |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| Hilfeseite URL | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| Unterstützte Sprachen | 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
} | |