Link Router

Route links on any given page to the main log with a certain tag

ما هو Link Router؟

Link Router هو إضافة Chrome تم تطويرها بواسطة Charles Brandt، والميزة الرئيسية لها هي "Route links on any given page to the main log with a certain tag".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Link Router

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

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

                        Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu.  The tags available in the menu are configured in the extension's option page.

Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.                    

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

الاسم Link Router Link Router
ID mniabhjoaeegihknhoibknnfnidgnecp
عنوان URL الرسمي https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp
الوصف Route links on any given page to the main log with a certain tag
حجم الملف 29.05 KB
عدد التثبيتات 108
النسخة الحالية 0.5
آخر تحديث 2014-05-06
تاريخ النشر 2014-05-06
تقييم 3.00/5 مجموع تقييمات 4
المطور Charles Brandt
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Router",
    "short_name": "Link Router",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Route links on any given page to the main log with a certain tag",
    "background": {
        "scripts": [
            "moment.js",
            "router.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}