Timeline for Chrome
A Timeline extension to accompany the Timeline for Chrome Windows Store app.
ما هو Timeline for Chrome؟
Timeline for Chrome هو إضافة Chrome تم تطويرها بواسطة IgorX2، والميزة الرئيسية لها هي "A Timeline extension to accompany the Timeline for Chrome Windows Store app.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timeline for Chrome
قم بتنزيل ملفات الامتداد Timeline for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Timeline for Chrome allows you to connect Google Chrome with Windows Timeline and open Timeline links in Chrome. Along with this extension, you need to install the payed app from the Microsoft Store. This app is used to securely push your Chrome history to the Windows Timeline.
معلومات أساسية عن التمديد
الاسم | Timeline for Chrome |
ID | hmeejpepihngockjpcappgappbepggip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip |
الوصف | A Timeline extension to accompany the Timeline for Chrome Windows Store app. |
حجم الملف | 14.26 KB |
عدد التثبيتات | 892 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-10-02 |
تاريخ النشر | 2018-10-02 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | IgorX2 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "A Timeline extension to accompany the Timeline for Chrome Windows Store app.", "icons": { "512": "icon.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Timeline for Chrome", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "background", "storage", "https:\/\/timeline-chrome.igorsevo.com\/*" ], "version": "1.2" } |