Handy Pages
Provides an easy-way navigation to configurable list of URLs on server.
Handy Pages क्या है?
Handy Pages Andrii Buzov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides an easy-way navigation to configurable list of URLs on server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Handy Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you need an easy-way navigation to particular URLs on different servers and tired from editing them manually each time, this extension is right for you. It allows to configure a list of frequently used URLs and then just use them, picking up needed one from a popup. Moreover, yon can configure new URL to be calculated right before navigating to it by passing there some parameters from already opened URL or clipboard. Key features: 1. Easy configurable list of relative URLs. 2. Export/Import of your settings. 3. Opening new URL in new or in current tab. 4. Passing parameters to the URL you are navigating to.
एक्सटेंशन की मूल जानकारी
नाम | Handy Pages |
ID | bbdlffjkhkgokgccadackfiimcjmdkma |
आधिकारिक URL | https://chromewebstore.google.com/detail/handy-pages/bbdlffjkhkgokgccadackfiimcjmdkma |
विवरण | Provides an easy-way navigation to configurable list of URLs on server. |
फ़ाइल का आकार | 196 KB |
स्थापना संख्या | 1,332 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2013-10-22 |
प्रकाशन तिथि | 2013-10-22 |
रेटिंग | 4.69/5 कुल 13 रेटिंग्स |
डेवलपर | Andrii Buzov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Handy Pages", "version": "0.3.1", "manifest_version": 2, "description": "Provides an easy-way navigation to configurable list of URLs on server.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "clipboardRead" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "HandyPages", "default_icon": "icons\/icon_32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html" } |