Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
ما هو Time Travel؟
Time Travel هو إضافة Chrome تم تطويرها بواسطة http://djuptho.com، والميزة الرئيسية لها هي "Use this extension to easily check how the web page you're visiting looked like in the past.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Travel
قم بتنزيل ملفات الامتداد Time Travel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Time Travel extension is a tool for everyone with an interest in internet history. The extension takes you back in time, displaying copies of the web page since the day the web page was created.
معلومات أساسية عن التمديد
الاسم | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
الوصف | Use this extension to easily check how the web page you're visiting looked like in the past. |
حجم الملف | 26.23 KB |
عدد التثبيتات | 635 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-11-04 |
تاريخ النشر | 2017-11-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://djuptho.com |
نوع الدفع | free |
موقع الإضافة | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Travel", "short_name": "A handy tool for all internet users that takes the page back in time", "description": "Use this extension to easily check how the web page you're visiting looked like in the past.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |