Bookmark RecycleBin
Right-click on one link and add it to your Bookmarks folder.
ما هو Bookmark RecycleBin؟
Bookmark RecycleBin هو إضافة Chrome تم تطويرها بواسطة tzengshinfu، والميزة الرئيسية لها هي "Right-click on one link and add it to your Bookmarks folder.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark RecycleBin
قم بتنزيل ملفات الامتداد Bookmark RecycleBin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Accidentally deleted your bookmarks? Don't worry! Bookmark RecycleBin can help you restore them. You just need to set the recycle bin folder. *When you delete bookmarks, them will be moved to recycle bin. *When you delete bookmarks in recycle bin, them will be gone really. *When you delete recycle bin, it will be empty. Bug fix: v1.0.1: fix duplicate recycle bin problem for Google Chrome Sync. v1.0.2: fix v1.0.1 bug.
معلومات أساسية عن التمديد
الاسم | Bookmark RecycleBin |
ID | oiaokhalddljknajgbakpkikohhpfnle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle |
الوصف | Right-click on one link and add it to your Bookmarks folder. |
حجم الملف | 22.6 KB |
عدد التثبيتات | 429 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-03-24 |
تاريخ النشر | 2017-03-23 |
تقييم | 3.70/5 مجموع تقييمات 10 |
المطور | tzengshinfu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "default_locale": "en", "options_page": "options.html", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |