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…
O que é Rakuten.JP Market search from context menu.?
Rakuten.JP Market search from context menu. é uma extensão do Chrome desenvolvida por flowers, e sua principal característica é "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…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rakuten.JP Market search from context menu.
Baixe arquivos de extensão Rakuten.JP Market search from context menu. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。 インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。 これをクリックすると楽天市場の検索結果が表示されます。
Informações Básicas da Extensão
Nome | Rakuten.JP Market search from context menu. |
ID | jlgpobagnemgpoddgcnckpgmcccnkfkd |
URL Oficial | https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd |
Descrição | 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… |
Tamanho do Arquivo | 10.75 KB |
Contagem de Instalações | 789 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-05-21 |
Data de Publicação | 2016-05-21 |
Desenvolvedor | flowers |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://ameblo.jp/flowerssan/entry-12159034152.html |
Idiomas Suportados | 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" } |