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…
Cos'è Rakuten.JP Market search from context menu.?
Rakuten.JP Market search from context menu. è un'estensione di Chrome sviluppata da flowers, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rakuten.JP Market search from context menu.
Scarica i file di estensione Rakuten.JP Market search from context menu. 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
ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。
インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。
これをクリックすると楽天市場の検索結果が表示されます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | jlgpobagnemgpoddgcnckpgmcccnkfkd |
| URL Ufficiale | https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd |
| Descrizione | 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… |
| Dimensione del File | 10.75 KB |
| Conteggio Installazioni | 789 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-05-21 |
| Data di Pubblicazione | 2016-05-21 |
| Sviluppatore | flowers |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://ameblo.jp/flowerssan/entry-12159034152.html |
| Lingue Supportate | 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"
} | |