Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
ما هو Add Favicon to the Bookmark Bar؟
Add Favicon to the Bookmark Bar هو إضافة Chrome تم تطويرها بواسطة Vere Perrot، والميزة الرئيسية لها هي "Add Favicon to the Bookmark Bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add Favicon to the Bookmark Bar
قم بتنزيل ملفات الامتداد Add Favicon to the Bookmark Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add Favicon to the Bookmark Bar
معلومات أساسية عن التمديد
الاسم | |
ID | ipbjookipmdkionffmgohjojpohpipno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
الوصف | Add Favicon to the Bookmark Bar |
حجم الملف | 15.53 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-01-02 |
تاريخ النشر | 2016-01-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Vere Perrot |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Favicon to the Bookmark Bar", "version": "1.0", "manifest_version": 2, "description": "Add Favicon to the Bookmark Bar", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "tabs" ] } |