Link Shortener for Amazon
Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Link Shortener for Amazonคืออะไร?
Link Shortener for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ghosttie และคุณลักษณะหลักของมันคือ "Creates shortlinks for amazon.com pages, optionally including an affiliate code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Shortener for Amazon
ดาวน์โหลดไฟล์ส่วนขยาย Link Shortener for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lbbopmkkbkfmcekccbbgcnlicjedokld |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld |
คำอธิบาย | Creates shortlinks for amazon.com pages, optionally including an affiliate code. |
ขนาดไฟล์ | 14.33 KB |
จำนวนการติดตั้ง | 361 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2014-01-06 |
วันที่เผยแพร่ | 2014-01-06 |
คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | ghosttie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.wizardstower.co.uk/ |
URL หน้าช่วยเหลือ | http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/ |
ภาษาที่รองรับ | 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" } } |