Better Rakuten
Rakuten made better
Cos'è Better Rakuten?
Better Rakuten è un'estensione di Chrome sviluppata da briandeheus, e la sua funzione principale è "Rakuten made better".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Rakuten
Scarica i file di estensione Better Rakuten in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        楽天ショッピングサイト簡単に使う方法が欲しい?やってきたよ!「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
- 初期バージョン                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bcalibpgjafblaadkoddlagcklecgmkp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/better-rakuten/bcalibpgjafblaadkoddlagcklecgmkp | 
| Descrizione | Rakuten made better | 
| Dimensione del File | 14.78 KB | 
| Conteggio Installazioni | 127 | 
| Versione Corrente | 0.0.3 | 
| Ultimo Aggiornamento | 2014-08-26 | 
| Data di Pubblicazione | 2014-08-26 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | briandeheus | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
        }
    ]
}  |  |