LinkToId

This extension helps to identify and use linkable IDs within a page.

ما هو LinkToId؟

LinkToId هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension helps to identify and use linkable IDs within a page.".

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

screenshot

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

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

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

                        When the fragment identifier (hash part) of an URL matches an element ID, the browser will scroll to that element. This is great if you want to link directly to a particular part or section of a page. LinkToId makes it super easy to identify an element ID and to obtain the URL of said element.

Press Ctrl and Alt to show the LinkToId tooltip, which will identify the closest linkable element. Click the left mouse button while the tooltip is showing to modify the fragment identifier of the current URL. You can now copy the full URL and use it anywhere as a direct link.

LinkToId is currently somewhat limited. If you want to contribute to development or suggest improvement ideas, please visit https://github.com/provegard/LinkToId.                    

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

الاسم LinkToId LinkToId
ID cggiopngamlojpeoliehhppmdphinjen
عنوان URL الرسمي https://chromewebstore.google.com/detail/linktoid/cggiopngamlojpeoliehhppmdphinjen
الوصف This extension helps to identify and use linkable IDs within a page.
حجم الملف 14.07 KB
عدد التثبيتات 97
النسخة الحالية 0.0.1
آخر تحديث 2015-01-04
تاريخ النشر 2015-01-04
تقييم 5.00/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/provegard/LinkToId
عنوان صفحة المساعدة https://github.com/provegard/linktoid/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkToId",
    "version": "0.0.1",
    "manifest_version": 2,
    "short_name": "LinkToId",
    "description": "This extension helps to identify and use linkable IDs within a page.",
    "author": "Per Rovegard",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "linktoid.js"
            ],
            "css": [
                "linktoid.css"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}