Longman

Search selection text on longman web.

ما هو Longman؟

Longman هو إضافة Chrome تم تطويرها بواسطة http://edutainment-fun.com، والميزة الرئيسية لها هي "Search selection text on longman web.".

تحميل ملف CRX للإضافة Longman

قم بتنزيل ملفات الامتداد Longman بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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つのみです。
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

معلومات أساسية عن التمديد

الاسم Longman Longman
ID pippjbecckomecjpfbbhgpadkkgnebhn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/longman/pippjbecckomecjpfbbhgpadkkgnebhn
الوصف Search selection text on longman web.
حجم الملف 19.84 KB
عدد التثبيتات 310
النسخة الحالية 1.0000001
آخر تحديث 2018-01-27
تاريخ النشر 2018-01-27
تقييم 3.00/5 مجموع تقييمات 2
المطور http://edutainment-fun.com
نوع الدفع free
اللغات المدعومة 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"
}