Open local Link
Open local link by clicking
ما هو Open local Link؟
Open local Link هو إضافة Chrome تم تطويرها بواسطة hashed tomato، والميزة الرئيسية لها هي "Open local link by clicking".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open local Link
قم بتنزيل ملفات الامتداد Open local Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension make it possible to open a local file or folder by clicking its link (tag ) in Web page. When you click the link, the local file would be opened by the application associated with the file if the file suffix is xlsx, docx or pdf, otherwise opened in Windows Explorer. This extension requires installing native client application in the local PC. The installation instruction will be displayed at the installation of this extension. - the local link must be a tag with href="file://..." - support multi-frame web page (frameset)
معلومات أساسية عن التمديد
الاسم | |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
الوصف | Open local link by clicking |
حجم الملف | 129 KB |
عدد التثبيتات | 3,033 |
النسخة الحالية | 1.0.10 |
آخر تحديث | 2022-08-20 |
تاريخ النشر | 2020-07-20 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | hashed tomato |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/hashedtomato3/open-local-link |
عنوان صفحة المساعدة | https://github.com/hashedtomato3/open-local-link |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open local Link", "version": "1.0.10", "manifest_version": 2, "description": "Open local link by clicking", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |