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…
Rakuten.JP Market search from context menu. क्या है?
Rakuten.JP Market search from context menu. flowers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rakuten.JP Market search from context menu. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。 インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。 これをクリックすると楽天市場の検索結果が表示されます。
एक्सटेंशन की मूल जानकारी
नाम | Rakuten.JP Market search from context menu. |
ID | jlgpobagnemgpoddgcnckpgmcccnkfkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd |
विवरण | 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… |
फ़ाइल का आकार | 10.75 KB |
स्थापना संख्या | 789 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-05-21 |
प्रकाशन तिथि | 2016-05-21 |
डेवलपर | flowers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://ameblo.jp/flowerssan/entry-12159034152.html |
समर्थित भाषाएँ | 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" } |