Better Rakuten

Rakuten made better

Better Rakuten란 무엇입니까?

Better Rakuten은(는) briandeheus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rakuten made better"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Rakuten 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        楽天ショッピングサイト簡単に使う方法が欲しい?やってきたよ!「Better Rakuten」で楽天ショッピングサイトの詳細を簡単に見ることができ、買い物できます!
ーー
Tired of looking for a way to quickly buy an item on the Rakuten.co.jp website? Try out Better Rakuten. See the screenshots for the functionality it provides.


変更履歴
ーー
0.0.3 
- 非標準的ページの最適化

0.0.2
- CSS最適化

0.0.1
- 初期バージョン                    

확장 프로그램 기본 정보

이름 Better Rakuten Better Rakuten
ID bcalibpgjafblaadkoddlagcklecgmkp
공식 URL https://chromewebstore.google.com/detail/better-rakuten/bcalibpgjafblaadkoddlagcklecgmkp
설명 Rakuten made better
파일 크기 14.78 KB
설치 횟수 127
현재 버전 0.0.3
최근 업데이트 2014-08-26
출시 날짜 2014-08-26
평점 5.00/5 총 2 개의 평점
개발자 briandeheus
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Rakuten",
    "description": "Rakuten made better",
    "version": "0.0.3",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "http:\/\/item.rakuten.co.jp\/",
        "https:\/\/item.rakuten.co.jp\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/item.rakuten.co.jp\/*",
                "https:\/\/item.rakuten.co.jp\/*"
            ],
            "js": [
                "core.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}