Advanced Forward Button
A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
ما هو Advanced Forward Button؟
Advanced Forward Button هو إضافة Chrome تم تطويرها بواسطة blak111، والميزة الرئيسية لها هي "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
تحميل ملف CRX للإضافة Advanced Forward Button
قم بتنزيل ملفات الامتداد Advanced Forward Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.
معلومات أساسية عن التمديد
الاسم | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
الوصف | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
حجم الملف | 42.49 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 0.25 |
آخر تحديث | 2012-07-15 |
تاريخ النشر | 2012-07-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | blak111 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Forward Button", "version": "0.25", "manifest_version": 2, "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).", "browser_action": { "default_icon": "forwardmulti.png", "default_popup": "popup.html" }, "background": { "scripts": [ "advanced-forward.js" ] }, "icons": { "16": "forwardmulti.png", "48": "forwardmulti.png", "128": "forwardmulti.png" }, "permissions": [ "tabs" ] } |