URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
ما هو URL Auto Splicer؟
URL Auto Splicer هو إضافة Chrome تم تطويرها بواسطة crispgm، والميزة الرئيسية لها هي "Redirect you to self-constructed URL instantly with context selection".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Auto Splicer
قم بتنزيل ملفات الامتداد URL Auto Splicer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection. It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues
معلومات أساسية عن التمديد
الاسم | URL Auto Splicer |
ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm |
الوصف | Redirect you to self-constructed URL instantly with context selection |
حجم الملف | 62.81 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.0.0 beta2 |
آخر تحديث | 2017-10-21 |
تاريخ النشر | 2017-10-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | crispgm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://urlautoredirector.github.io/URLAutoSplicer/ |
عنوان صفحة المساعدة | https://github.com/URLAutoRedirector/URLAutoSplicer/issues |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Auto Splicer", "short_name": "URLAutoSplicer", "version": "1.0.2", "version_name": "1.0.0 beta2", "description": "__MSG_ext_description__", "author": "David Zhang", "homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/", "options_page": "options.html", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'", "default_locale": "en", "manifest_version": 2 } |