Address Bar Search Options

Address Bar Search Options

ما هو Address Bar Search Options؟

Address Bar Search Options هو إضافة Chrome تم تطويرها بواسطة Kunihiro Ando، والميزة الرئيسية لها هي "Address Bar Search Options".

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

screenshot

تحميل ملف CRX للإضافة Address Bar Search Options

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

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

                        ===== e.g =====

Keyword: pinkfloyd
option : @y


Simply type pinkfloyd@y in address bar.
ENTER-Key


v2.2 bugfix(options page)
v2.1 added options page


===== Options =====

@y  = past year
@m  = past month
@w  = past week
@d  = past 24 hours
@h  = past hour
@i  = images
@v  = videos
@yt = youtube


@2y = past 2years...
@5y = past 5years


@2m = past 2 months...
@11m = past 11 months


@2w = past 2 weeks
@3w = past 3 weeks


@2d = past 2 days...
@6d = past 6 days


@2h = past 2 hours...
@23h = past 23 hours                    

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

الاسم Address Bar Search Options Address Bar Search Options
ID dgibfaacpcgapbgbopdcoaimigodiccn
عنوان URL الرسمي https://chromewebstore.google.com/detail/address-bar-search-option/dgibfaacpcgapbgbopdcoaimigodiccn
الوصف Address Bar Search Options
حجم الملف 16.15 KB
عدد التثبيتات 40
النسخة الحالية 2.2
آخر تحديث 2015-04-30
تاريخ النشر 2015-04-30
تقييم 4.75/5 مجموع تقييمات 4
المطور Kunihiro Ando
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Address Bar Search Options",
    "description": "Address Bar Search Options",
    "version": "2.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}