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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Advanced Forward Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |