Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
ما هو Save URL to Wayback Machine؟
Save URL to Wayback Machine هو إضافة Chrome تم تطويرها بواسطة Pierre Rudloff، والميزة الرئيسية لها هي "This extension allows you to save the current webpage to the Wayback Machine.".
تحميل ملف CRX للإضافة Save URL to Wayback Machine
قم بتنزيل ملفات الامتداد Save URL to Wayback Machine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
الوصف | This extension allows you to save the current webpage to the Wayback Machine. |
حجم الملف | 24.03 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2016-07-16 |
تاريخ النشر | 2016-07-16 |
المطور | Pierre Rudloff |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Rudloff/wayback-machine-chrome/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save URL to Wayback Machine", "short_name": "Wayback Machine", "description": "This extension allows you to save the current webpage to the Wayback Machine.", "version": "0.1.0", "browser_action": { "default_icon": "\/img\/archive-icon-64.png", "default_title": "Save to Wayback Machine" }, "icons": { "16": "\/img\/archive-icon-16.png", "32": "\/img\/archive-icon-32.png", "64": "\/img\/archive-icon-64.png", "128": "\/img\/archive-icon-128.png" }, "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome", "permissions": [ "contextMenus" ], "background": { "scripts": [ "wayback.js" ] } } |