Ace Jump

Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.

ما هو Ace Jump؟

Ace Jump هو إضافة Chrome تم تطويرها بواسطة chylvina، والميزة الرئيسية لها هي "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ace Jump

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

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

                        Let you jump to another webpage without any mouse move/click.

This extension is inspired by EMACS's ace jump. 

1. When installed, press Alt + J (Command + J) in any webpage
2. It will mark all the hyperlinks in current webpage, with 3 letters at most
3. Input the letters in order then it will jump to that hyperlink

That's it. Enjoy.                    

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

الاسم Ace Jump Ace Jump
ID dffnomheiaejjeadigfgnadlbfdbbhja
عنوان URL الرسمي https://chromewebstore.google.com/detail/ace-jump/dffnomheiaejjeadigfgnadlbfdbbhja
الوصف Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
حجم الملف 181 KB
عدد التثبيتات 317
النسخة الحالية 1.0.0
آخر تحديث 2014-05-03
تاريخ النشر 2014-05-03
تقييم 4.89/5 مجموع تقييمات 9
المطور chylvina
نوع الدفع free
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}