Url Appender
An utility to avoid typing repeated url
Url Appender क्या है?
Url Appender http://blog.tamizhvendan.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An utility to avoid typing repeated url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Url Appender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
एक्सटेंशन की मूल जानकारी
नाम | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
आधिकारिक URL | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
विवरण | An utility to avoid typing repeated url |
फ़ाइल का आकार | 39.66 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-07-30 |
प्रकाशन तिथि | 2014-07-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://blog.tamizhvendan.in |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |