Markfolder
Bookmark tweets, organise them in folders, find them easily.
ما هو Markfolder؟
Markfolder هو إضافة Chrome تم تطويرها بواسطة Markfolder، والميزة الرئيسية لها هي "Bookmark tweets, organise them in folders, find them easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Markfolder
قم بتنزيل ملفات الامتداد Markfolder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily bookmark tweets, organise them with folders, and find them again quickly.
معلومات أساسية عن التمديد
الاسم | Markfolder |
ID | fafoaldapbohckadnneaegajmfacnejd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd |
الوصف | Bookmark tweets, organise them in folders, find them easily. |
حجم الملف | 81.33 KB |
عدد التثبيتات | 2,205 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-06-08 |
تاريخ النشر | 2020-09-03 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Markfolder |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://markfolder.com |
عنوان صفحة المساعدة | https://markfolder.com/howto |
عنوان صفحة سياسة الخصوصية | https://markfolder.com/pages/privacy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markfolder", "description": "Bookmark tweets, organise them in folders, find them easily.", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" } }, "icons": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" }, "permissions": [ "tabs", "https:\/\/markfolder.com\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "MacCtrl+Shift+M" }, "description": "Bookmark this tweet - Markfolder" } }, "background": { "scripts": [ "background.js" ] } } |