My Forward Button
Add Forward button to the Toolbar
My Forward Button क्या है?
My Forward Button art द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Forward button to the Toolbar"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Forward Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | miamoimdljnphjlobpdgdmkadlimnnkg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/miamoimdljnphjlobpdgdmkadlimnnkg |
विवरण | Add Forward button to the Toolbar |
फ़ाइल का आकार | 9.62 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-08-03 |
प्रकाशन तिथि | 2015-08-03 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | art |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Forward" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Forward Button", "description": "Add Forward button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |