ArchiveBox Exporter
Automatically or manually send pages to your ArchiveBox for archival.
ما هو ArchiveBox Exporter؟
ArchiveBox Exporter هو إضافة Chrome تم تطويرها بواسطة ArchiveBox، والميزة الرئيسية لها هي "Automatically or manually send pages to your ArchiveBox for archival.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ArchiveBox Exporter
قم بتنزيل ملفات الامتداد ArchiveBox Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Preserve the web while you browse by connecting your browser to ArchiveBox. You can set up ArchiveBox Exporter to automatically push your browsing history to an ArchiveBox instance based on a set of criteria (specific domains or URLs matching regexes). You can also add pages manually to your ArchiveBox through the context menu.
معلومات أساسية عن التمديد
الاسم | ArchiveBox Exporter |
ID | habonpimjphpdnmcfkaockjnffodikoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj |
الوصف | Automatically or manually send pages to your ArchiveBox for archival. |
حجم الملف | 31.47 KB |
عدد التثبيتات | 1,026 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2021-07-04 |
تاريخ النشر | 2021-07-02 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | ArchiveBox |
نوع الدفع | free |
موقع الإضافة | https://github.com/tjhorner/archivebox-exporter |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArchiveBox Exporter", "description": "Automatically or manually send pages to your ArchiveBox for archival.", "version": "1.3.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "128": "static\/128.png" }, "permissions": [ "history", "contextMenus", "storage", "alarms" ], "optional_permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "ArchiveBox", "default_popup": "static\/action.html" }, "background": { "scripts": [ "background.js" ] } } |