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. - это расширение Chrome, разработанное 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 расширения Rakuten.JP Market search from context menu.
Скачайте файлы расширений Rakuten.JP Market search from context menu. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。
インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。
これをクリックすると楽天市場の検索結果が表示されます。 Основная информация о расширении
| Название | |
| 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"
} | |