Link to fragment

Create and copy link to selected text fragment

ما هو Link to fragment؟

Link to fragment هو إضافة Chrome تم تطويرها بواسطة Lino Uruñuela، والميزة الرئيسية لها هي "Create and copy link to selected text fragment".

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

screenshot
screenshot
screenshot

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

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

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

                        To create linkt to selected text:
1-Select text
2-Click icon
3-Copy link to selected text                    

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

الاسم Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
عنوان URL الرسمي https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
الوصف Create and copy link to selected text fragment
حجم الملف 42.38 KB
عدد التثبيتات 224
النسخة الحالية Second version extension, new design (border radius)
آخر تحديث 2020-12-10
تاريخ النشر 2020-06-08
تقييم 4.00/5 مجموع تقييمات 1
المطور Lino Uruñuela
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link to fragment",
    "short_name": "Link to fragment",
    "description": "Create and copy link to selected text fragment",
    "icons": {
        "16": "images\/icon16-2-1.png",
        "24": "images\/icon24-2-1.png",
        "32": "images\/icon32-2-1.png",
        "64": "images\/icon64-2-1.png",
        "128": "images\/icon128-2-1.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2-1.png",
            "24": "images\/icon24-2-1.png",
            "32": "images\/icon32-2-1.png",
            "64": "images\/icon64-2-1.png",
            "128": "images\/icon128-2-1.png"
        }
    },
    "version": "1.3",
    "version_name": "Second version extension, new design (border radius)",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}