Pinned History
Browse your surfed website history and pin your favorites via search phrases for easy access
ما هو Pinned History؟
Pinned History هو إضافة Chrome تم تطويرها بواسطة KennyDaren.me، والميزة الرئيسية لها هي "Browse your surfed website history and pin your favorites via search phrases for easy access".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pinned History
قم بتنزيل ملفات الامتداد Pinned History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply add your phrases for searching and quickly view your history. Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere. This extension is made as Open Source Software, anyone can see source code.
معلومات أساسية عن التمديد
الاسم | Pinned History |
ID | ifichafnngdnbgeingpbngicfahcijme |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme |
الوصف | Browse your surfed website history and pin your favorites via search phrases for easy access |
حجم الملف | 19.36 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-06-02 |
تاريخ النشر | 2019-06-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | KennyDaren.me |
نوع الدفع | free |
موقع الإضافة | https://github.com/KennyDaren/chrome-pinned-history |
عنوان صفحة المساعدة | https://github.com/KennyDaren/chrome-pinned-history |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned History", "version": "1.0", "permissions": [ "storage", "history" ], "description": "Browse your surfed website history and pin your favorites via search phrases for easy access", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |