Anchor headings

Adds anchors to headings

ما هو Anchor headings؟

Anchor headings هو إضافة Chrome تم تطويرها بواسطة Michael Radionov، والميزة الرئيسية لها هي "Adds anchors to headings".

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

screenshot

تحميل ملف CRX للإضافة Anchor headings

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

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

                        In long articles and tutorials each paragraph usually has it's own heading. Sometimes one wants copy a link to a particular paragraph, but not every website has such a link. This extension tries to solve the problem by adding an anchor link to each heading on a page in a form of "hash" sign `#` - you can either click on it and then copy complete URL from browser's address bar or use context menu to copy a link directly.                    

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

الاسم Anchor headings Anchor headings
ID lggjnoadjgfilclcmbakfkkfjjkhdpfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/anchor-headings/lggjnoadjgfilclcmbakfkkfjjkhdpfo
الوصف Adds anchors to headings
حجم الملف 5.67 KB
عدد التثبيتات 22
النسخة الحالية 0.1.0
آخر تحديث 2016-07-21
تاريخ النشر 2016-07-21
تقييم 3.00/5 مجموع تقييمات 2
المطور Michael Radionov
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anchor headings",
    "description": "Adds anchors to headings",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}