Link Shortener for Amazon

Creates shortlinks for amazon.com pages, optionally including an affiliate code.

Link Shortener for Amazon란 무엇입니까?

Link Shortener for Amazon은(는) ghosttie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates shortlinks for amazon.com pages, optionally including an affiliate code."입니다.

확장 프로그램 스크린샷

screenshot

Link Shortener for Amazon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Link Shortener for Amazon Link Shortener for Amazon
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"
    }
}