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…
Wat is Rakuten.JP Market search from context menu.?
Rakuten.JP Market search from context menu. is een Chrome-extensie ontwikkeld door flowers, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Rakuten.JP Market search from context menu.
Download Rakuten.JP Market search from context menu.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。 インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。 これをクリックすると楽天市場の検索結果が表示されます。
Basisinformatie over de Extensie
Naam | Rakuten.JP Market search from context menu. |
ID | jlgpobagnemgpoddgcnckpgmcccnkfkd |
Officiële URL | https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd |
Beschrijving | 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… |
Bestandsgrootte | 10.75 KB |
Aantal Installaties | 789 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-05-21 |
Publicatiedatum | 2016-05-21 |
Ontwikkelaar | flowers |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://ameblo.jp/flowerssan/entry-12159034152.html |
Ondersteunde Talen | 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" } |