Urly
This extension allows to quickly open links in a new tab
ما هو Urly؟
Urly هو إضافة Chrome تم تطويرها بواسطة plesiak.wojciech، والميزة الرئيسية لها هي "This extension allows to quickly open links in a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Urly
قم بتنزيل ملفات الامتداد Urly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | dciojklibcmcjpfchhelbeaognffhibi |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/urly/dciojklibcmcjpfchhelbeaognffhibi |
| الوصف | This extension allows to quickly open links in a new tab |
| حجم الملف | 46.13 KB |
| عدد التثبيتات | 39 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2016-02-07 |
| تاريخ النشر | 2016-02-07 |
| تقييم | 5.00/5 مجموع تقييمات 7 |
| المطور | plesiak.wojciech |
| نوع الدفع | free |
| موقع الإضافة | http://wojciechplesiak.github.io/urly-web-extension/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "[email protected]",
"name": "Urly",
"description": "__MSG_extension_description__",
"homepage_url": "https:\/\/github.com\/wojciechplesiak\/urly-web-extension",
"version": "1.3",
"icons": {
"128": "assets\/launcher_128.png",
"16": "assets\/launcher_16.png",
"48": "assets\/launcher_48.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "assets\/launcher_64.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z",
"chromeos": "Ctrl+Shift+Z",
"linux": "Ctrl+Shift+Z"
}
}
}
} | |