fragment
A tool for getting URLs of page fragments
ما هو fragment؟
fragment هو إضافة Chrome تم تطويرها بواسطة jmajnert، والميزة الرئيسية لها هي "A tool for getting URLs of page fragments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة fragment
قم بتنزيل ملفات الامتداد fragment بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to quickly copy a fragment URL to a piece of a web page, for example a section in an article in wikipedia. To use it, turn it on, hover over the desired section (it should be highlighted in red) and click. The appropriate fragment URL is copied into the system's clipboard. Code available here: https://github.com/jmajnert/fragment
معلومات أساسية عن التمديد
الاسم | fragment |
ID | onabdcmognnippccjhcomlaniijgmkie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fragment/onabdcmognnippccjhcomlaniijgmkie |
الوصف | A tool for getting URLs of page fragments |
حجم الملف | 7.11 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 0.5 |
آخر تحديث | 2015-07-17 |
تاريخ النشر | 2015-07-17 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | jmajnert |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fragment", "description": "A tool for getting URLs of page fragments", "version": "0.5", "author": "Janusz Majnert", "permissions": [ "activeTab", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Get fragment URL", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |