Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
ما هو Easy Bookmark Manager Extension؟
Easy Bookmark Manager Extension هو إضافة Chrome تم تطويرها بواسطة Rudi Olckers، والميزة الرئيسية لها هي "This extension makes it very easy to add new bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Bookmark Manager Extension
قم بتنزيل ملفات الامتداد Easy Bookmark Manager Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
معلومات أساسية عن التمديد
الاسم | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
الوصف | This extension makes it very easy to add new bookmarks. |
حجم الملف | 14.5 KB |
عدد التثبيتات | 220 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-01-25 |
تاريخ النشر | 2016-01-24 |
المطور | Rudi Olckers |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |