URL Sync
Send URL to server
ما هو URL Sync؟
URL Sync هو إضافة Chrome تم تطويرها بواسطة BBKing، والميزة الرئيسية لها هي "Send URL to server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Sync
قم بتنزيل ملفات الامتداد URL Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you to get the current browser URL and send to custom url.
معلومات أساسية عن التمديد
الاسم | URL Sync |
ID | biimohoillnclkekkfjkkaaljelbpdjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-sync/biimohoillnclkekkfjkkaaljelbpdjg |
الوصف | Send URL to server |
حجم الملف | 10.55 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.4 |
آخر تحديث | 2017-11-10 |
تاريخ النشر | 2017-11-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | BBKing |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Sync", "version": "1.4", "manifest_version": 2, "description": "Send URL to server", "permissions": [ "http:\/\/*\/*", "tabs" ], "icons": { "128": "sync128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "sync19.png", "default_title": "URL clipboard", "default_popup": "popup.html" } } |