Url Appender
An utility to avoid typing repeated url
ما هو Url Appender؟
Url Appender هو إضافة Chrome تم تطويرها بواسطة http://blog.tamizhvendan.in، والميزة الرئيسية لها هي "An utility to avoid typing repeated url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Url Appender
قم بتنزيل ملفات الامتداد Url Appender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
معلومات أساسية عن التمديد
الاسم | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
الوصف | An utility to avoid typing repeated url |
حجم الملف | 39.66 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-07-30 |
تاريخ النشر | 2014-07-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://blog.tamizhvendan.in |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |