History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
ما هو History Graph؟
History Graph هو إضافة Chrome تم تطويرها بواسطة William Ma، والميزة الرئيسية لها هي "Reads your history, and shows the top ten pages you go to by typing the URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة History Graph
قم بتنزيل ملفات الامتداد History Graph بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Navigate through your recent history much easier with this extension. A graph of all travelled pages will be displayed for a user to navigate to any page he/she wishes.
معلومات أساسية عن التمديد
الاسم | |
ID | kknceihjckaijliogihaggomdjlaboim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim |
الوصف | Reads your history, and shows the top ten pages you go to by typing the URL. |
حجم الملف | 134 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.6 |
آخر تحديث | 2016-01-15 |
تاريخ النشر | 2016-01-15 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | William Ma |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Graph", "version": "1.6", "description": "Reads your history, and shows the top ten pages you go to by typing the URL.", "permissions": [ "tabs", "webNavigation" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ] }, "browser_action": { "default_popup": "GraphView.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png", "64": "icon.png", "32": "icon32.png" }, "manifest_version": 2 } |