Send to Internet Archive
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
ما هو Send to Internet Archive؟
Send to Internet Archive هو إضافة Chrome تم تطويرها بواسطة Aaron Lenoir، والميزة الرئيسية لها هي "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send to Internet Archive
قم بتنزيل ملفات الامتداد Send to Internet Archive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. Please consider donating to the Internet Archive: https://archive.org/donate
معلومات أساسية عن التمديد
الاسم | Send to Internet Archive |
ID | bahemchapiecnbbljjmnjkpneaphcncl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl |
الوصف | Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. |
حجم الملف | 14.06 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2019-10-18 |
تاريخ النشر | 2019-10-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Aaron Lenoir |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/AaronLenoir/SendToArchive |
عنوان صفحة المساعدة | https://github.com/AaronLenoir/SendToArchive/issues |
اللغات المدعومة | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Aaron Lenoir", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "2.0.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive", "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "browser_action": { "default_icon": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "background_scripts\/background.js" ], "persistent": false } } |