History Button
Provides quick icon access to your browser history.
History Button क्या है?
History Button Dan Barnett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick icon access to your browser history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your history. It either opens a new tab, or switches to the history tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs. See also "Chrome Downloads Button" and "Chrome Extensions Button" from the link below.
एक्सटेंशन की मूल जानकारी
नाम | History Button |
ID | ejbmfhgfpejndimejlfghaddkphononj |
आधिकारिक URL | https://chromewebstore.google.com/detail/history-button/ejbmfhgfpejndimejlfghaddkphononj |
विवरण | Provides quick icon access to your browser history. |
फ़ाइल का आकार | 25.31 KB |
स्थापना संख्या | 5,208 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2013-06-18 |
प्रकाशन तिथि | 2013-06-17 |
रेटिंग | 4.26/5 कुल 19 रेटिंग्स |
डेवलपर | Dan Barnett |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your browser history.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "History Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |