Link Shortener for Amazon
Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Apa itu Link Shortener for Amazon?
Link Shortener for Amazon adalah ekstensi Chrome yang dikembangkan oleh ghosttie, dan fitur utamanya adalah "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Link Shortener for Amazon
Unduh file ekstensi Link Shortener for Amazon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension creates shortlinks for amazon.com pages, optionally including an affiliate code. Super Mono Icon Set by Double-J Design (http://www.doublejdesign.co.uk)
Informasi Dasar Ekstensi
Nama | |
ID | lbbopmkkbkfmcekccbbgcnlicjedokld |
URL Resmi | https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld |
Deskripsi | Creates shortlinks for amazon.com pages, optionally including an affiliate code. |
Ukuran File | 14.33 KB |
Jumlah Instalasi | 361 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2014-01-06 |
Tanggal Publikasi | 2014-01-06 |
Penilaian | 3.88/5 Total 8 Penilaian |
Pengembang | ghosttie |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.wizardstower.co.uk/ |
URL Halaman Bantuan | http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'", "version": "0.0.6", "name": "Link Shortener for Amazon", "description": "Creates shortlinks for amazon.com pages, optionally including an affiliate code.", "background": { "page": "background.html" }, "permissions": [ "tabs", "clipboardWrite", "storage" ], "icons": { "48": "images\/icon48.png" }, "options_page": "options.html", "page_action": { "default_icon": "images\/icon48.png", "default_title": "Link Shortener" } } |