Dewey launcher
Extension to add a launch icon for Dewey
ما هو Dewey launcher؟
Dewey launcher هو إضافة Chrome تم تطويرها بواسطة lmcjt، والميزة الرئيسية لها هي "Extension to add a launch icon for Dewey".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dewey launcher
قم بتنزيل ملفات الامتداد Dewey launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.
For more information about the app go to: http://deweyapp.io/
There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App. معلومات أساسية عن التمديد
| الاسم | |
| ID | fnfpnjjgpfifiilkencadlekjebpmbph |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph |
| الوصف | Extension to add a launch icon for Dewey |
| حجم الملف | 187 KB |
| عدد التثبيتات | 864 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2014-02-25 |
| تاريخ النشر | 2014-02-24 |
| تقييم | 3.86/5 مجموع تقييمات 14 |
| المطور | lmcjt |
| نوع الدفع | free |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.2",
"name": "Dewey launcher",
"description": "Extension to add a launch icon for Dewey",
"background": {
"scripts": [
"launcher.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
}
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"tabs",
"management"
]
} | |