Up Url
enables auto-parsing and navigation of current url
ما هو Up Url؟
Up Url هو إضافة Chrome تم تطويرها بواسطة https://netrc.com، والميزة الرئيسية لها هي "enables auto-parsing and navigation of current url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Up Url
قم بتنزيل ملفات الامتداد Up Url بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
معلومات أساسية عن التمديد
الاسم | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
الوصف | enables auto-parsing and navigation of current url |
حجم الملف | 19.5 KB |
عدد التثبيتات | 145 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-17 |
تاريخ النشر | 2014-01-17 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | https://netrc.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |