Add URL to History
Adds a linkbase to the browser history
ما هو Add URL to History؟
Add URL to History هو إضافة Chrome تم تطويرها بواسطة https://maksam07.com، والميزة الرئيسية لها هي "Adds a linkbase to the browser history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add URL to History
قم بتنزيل ملفات الامتداد Add URL to History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
معلومات أساسية عن التمديد
الاسم | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
الوصف | Adds a linkbase to the browser history |
حجم الملف | 1.31 MB |
عدد التثبيتات | 49 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2022-01-18 |
تاريخ النشر | 2022-01-18 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | https://maksam07.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "static\/js\/config.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_defTitle__", "default_icon": { "16": "static\/images\/icon16.png", "24": "static\/images\/icon24.png", "32": "static\/images\/icon32.png" }, "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png", "128": "static\/images\/icon128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "history" ], "version": "0.0.0.1" } |