Rakuten.JP Market search from context menu.

It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…

Co to jest Rakuten.JP Market search from context menu.?

Rakuten.JP Market search from context menu. to rozszerzenie Chrome opracowane przez flowers, a jego główną funkcją jest „It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rakuten.JP Market search from context menu.

Pobierz pliki rozszerzeń Rakuten.JP Market search from context menu. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。

インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。
これをクリックすると楽天市場の検索結果が表示されます。                    

Podstawowe informacje o rozszerzeniu

Nazwa Rakuten.JP Market search from context menu. Rakuten.JP Market search from context menu.
ID jlgpobagnemgpoddgcnckpgmcccnkfkd
Oficjalny URL https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd
Opis It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…
Rozmiar pliku 10.75 KB
Liczba instalacji 789
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-05-21
Data Publikacji 2016-05-21
Deweloper flowers
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://ameblo.jp/flowerssan/entry-12159034152.html
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "rightrakuten.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}