URL phrases appender
Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
ما هو URL phrases appender؟
URL phrases appender هو إضافة Chrome تم تطويرها بواسطة meoke، والميزة الرئيسية لها هي "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL phrases appender
قم بتنزيل ملفات الامتداد URL phrases appender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | URL phrases appender |
ID | mjbgamofkgedfapbfmfjglddgghdmhlm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm |
الوصف | Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click! |
حجم الملف | 8.14 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2016-05-25 |
تاريخ النشر | 2016-05-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | meoke |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL phrases appender", "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!", "version": "1.0.2", "options_page": "options.html", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "URL phrases appender" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage", "tabs" ] } |