Better Rakuten

Rakuten made better

What is Better Rakuten?

Better Rakuten is a Chrome extension developed by briandeheus, and its main feature is "Rakuten made better".

Extension Screenshots

screenshot
screenshot

Download Better Rakuten Extension CRX File

Download Better Rakuten extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        楽天ショッピングサイト簡単に使う方法が欲しい?やってきたよ!「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
- 初期バージョン                    

Extension Basic Information

Name Better Rakuten Better Rakuten
ID bcalibpgjafblaadkoddlagcklecgmkp
Official URL https://chromewebstore.google.com/detail/better-rakuten/bcalibpgjafblaadkoddlagcklecgmkp
Description Rakuten made better
File Size 14.78 KB
Installation Count 127
Current Version 0.0.3
Last Updated 2014-08-26
Publish Date 2014-08-26
Rating 5.00/5 Total 2 Ratings
Developer briandeheus
Payment Type free
Supported Languages 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"
        }
    ]
}