rURL
Copy the relative URL to clipboard.
ما هو rURL؟
rURL هو إضافة Chrome تم تطويرها بواسطة https://doeken.org، والميزة الرئيسية لها هي "Copy the relative URL to clipboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة rURL
قم بتنزيل ملفات الامتداد rURL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Making content updates on a website can be a real pain when you are working with links. You want to use relative links, but it can be annoying to have to select that part, copy it, and then paste it in your editor / CMS. Install this extension, go to a page and click the button. The relative part of the url has been copied to your clipboard and you can paste it directly in your editor / CMS. No more hassle of precisely selecting. Point, click, paste. It's that easy.
معلومات أساسية عن التمديد
الاسم | rURL |
ID | lgkbcnabknojommeiggfgjhjdljgdkbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb |
الوصف | Copy the relative URL to clipboard. |
حجم الملف | 5.86 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-07 |
تاريخ النشر | 2014-01-07 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | https://doeken.org |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rURL", "description": "Copy the relative URL to clipboard.", "version": "1.0", "background": { "page": "background.html" }, "icons": { "48": "rUrl_48px.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Copy relative URL" }, "permissions": [ "tabs", "clipboardWrite" ], "homepage_url": "http:\/\/doeken.org", "offline_enabled": true } |