Archive Webpage
A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
ما هو Archive Webpage؟
Archive Webpage هو إضافة Chrome تم تطويرها بواسطة karl.horky، والميزة الرئيسية لها هي "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Archive Webpage
قم بتنزيل ملفات الامتداد Archive Webpage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a website but it's not available? Whether it's either offline or the website is currently broken, it can be frustrating if the content is not available. To avoid issues like this, there is a class of services that have sprung up which save copies of websites and allow you to visit them again later. Archive.ph (aka archive.today) and the Internet Archive's Wayback Machine are two such services. Use this extension to help prevent link rot and allow others to view archived versions of pages!
معلومات أساسية عن التمديد
الاسم | Archive Webpage |
ID | dnakmmcpobpgknolnfoiagbmpmglnckn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn |
الوصف | A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a… |
حجم الملف | 29 KB |
عدد التثبيتات | 495 |
النسخة الحالية | 1.0.0.0 |
آخر تحديث | 2023-04-05 |
تاريخ النشر | 2023-04-04 |
المطور | karl.horky |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/karlhorky/archive-webpage-browser-extension |
عنوان صفحة المساعدة | https://github.com/karlhorky/archive-webpage-browser-extension/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Archive Webpage", "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Archive webpage to archive.ph & Wayback Machine" }, "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.0.0.0" } |