URL opener

Open urls with 1 click

ما هو URL opener؟

URL opener هو إضافة Chrome تم تطويرها بواسطة https://1000ch.net، والميزة الرئيسية لها هي "Open urls with 1 click".

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

screenshot

تحميل ملف CRX للإضافة URL opener

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

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

                        Have you thought want to open some urls in pinned Tab?
URL opener may solve this problem.

1. First, add URLs you want to open quickly.
2. And configure that opening URL pinned or not.
3. Click the extension icon!

If you have already opened URL you added, pinned status will be updated.                    

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

الاسم URL opener URL opener
ID dkkacgbkmcbnnadidhkmngpcoccibgpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm
الوصف Open urls with 1 click
حجم الملف 182 KB
عدد التثبيتات 575
النسخة الحالية 0.3.0
آخر تحديث 2016-01-13
تاريخ النشر 2016-01-12
تقييم 5.00/5 مجموع تقييمات 8
المطور https://1000ch.net
نوع الدفع free
موقع الإضافة http://github.com/1000ch/url-opener
عنوان صفحة المساعدة http://github.com/1000ch/url-opener/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL opener",
    "short_name": "URL opener",
    "version": "0.3.0",
    "description": "Open urls with 1 click",
    "author": "1000ch",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "options_page": "html\/options.html"
}