Link Finder
Link Finder
ما هو Link Finder؟
Link Finder هو إضافة Chrome تم تطويرها بواسطة https://codingeverything.blogspot.com، والميزة الرئيسية لها هي "Link Finder".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Finder
قم بتنزيل ملفات الامتداد Link Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find all links to named anchors within the page so you can create descriptive links to content within a page.
Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work. معلومات أساسية عن التمديد
| الاسم | |
| ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
| الوصف | Link Finder |
| حجم الملف | 230 KB |
| عدد التثبيتات | 590 |
| النسخة الحالية | 0.3 |
| آخر تحديث | 2013-12-25 |
| تاريخ النشر | 2013-12-24 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://codingeverything.blogspot.com |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/KyleMit/LinkFinder |
| عنوان صفحة المساعدة | https://github.com/KyleMit/LinkFinder/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Finder",
"version": "0.3",
"description": "Link Finder",
"icons": {
"16": "Icons\/Logo16.png",
"32": "Icons\/Logo32.png",
"48": "Icons\/Logo48.png",
"128": "Icons\/Logo128.png"
},
"browser_action": {
"default_icon": {
"19": "Icons\/LogoSmall19.png",
"38": "Icons\/LogoSmall38.png"
},
"default_title": "Link Finder"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |