Longman
Search selection text on longman web.
Qu'est-ce que Longman ?
Longman est une extension Chrome développée par http://edutainment-fun.com, et sa fonction principale est "Search selection text on longman web.".
Télécharger le fichier CRX de l'extension Longman
Téléchargez les fichiers d'extension Longman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Search selection text on longman web. this add-on make url with selected word then jump for seach.
・Jump by the way clicking context menu or above tool bar \"longman search\" button.
・When open by clicking MENU(only) with ctrl key , you open at new tab. and with shift key you open at new window. Longman や Weblio , Amazonなどを選択単語から検索します。 ・selectした文字をURLの末尾につけジャンプします。
・普通のページで右クリックのコンテキストメニューか、ツールバーのボタンから起動します。
・メニューを開くときのみ Ctrlを押しながらでは新しいタブを、shiftを押しながらでは新しいウインドウを開きます。 ・オプション画面で他のURLも簡単に設定できます。 ・選べるURLは1つのみです。
Informations de Base sur l'Extension
Nom | |
ID | pippjbecckomecjpfbbhgpadkkgnebhn |
URL Officiel | https://chrome.google.com/webstore/detail/longman/pippjbecckomecjpfbbhgpadkkgnebhn |
Description | Search selection text on longman web. |
Taille du Fichier | 19.84 KB |
Nombre d'Installations | 310 |
Version Actuelle | 1.0000001 |
Dernière Mise à Jour | 2018-01-27 |
Date de Publication | 2018-01-27 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://edutainment-fun.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extensionDescription__", "manifest_version": 2, "name": "Longman", "version": "1.0000001", "icons": { "32": "icons\/search.png", "64": "icons\/search64.png" }, "options_ui": { "page": "options.html" }, "background": { "scripts": [ "subfunc.js", "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "storage" ], "browser_action": { "default_icon": { "32": "icons\/search.png" } }, "default_locale": "en" } |