Web Archive for WayBack Machine
Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
ما هو Web Archive for WayBack Machine؟
Web Archive for WayBack Machine هو إضافة Chrome تم تطويرها بواسطة MatsunagaWebSys، والميزة الرئيسية لها هي "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Archive for WayBack Machine
قم بتنزيل ملفات الامتداد Web Archive for WayBack Machine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Button to save the current page to WayBack Machine. Immediately ,a current page is saved easily , you can see the results. Features ・Very fast ・Very Secure(You can confirm the safety code yourself) ・Simple coding and design
معلومات أساسية عن التمديد
الاسم | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
الوصف | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
حجم الملف | 4.15 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2015-10-20 |
تاريخ النشر | 2015-10-20 |
تقييم | 4.73/5 مجموع تقييمات 15 |
المطور | MatsunagaWebSys |
نوع الدفع | free |
موقع الإضافة | https://plus.google.com/u/0/111633293976607629954 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archive for WayBack Machine", "short_name": "WebArchiver", "version": "0.1.1", "manifest_version": 2, "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.", "icons": { "48": "archive.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "archive.png", "default_title": "archive this page" }, "background": { "scripts": [ "background.js" ] } } |