Link Builder
A plugin to build and open links in new tabs quickly
Link Builder क्या है?
Link Builder Yohei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin to build and open links in new tabs quickly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily add commonly used URL prefixes and open tabs from selected text. Instructions: 1. Add your commonly used URL prefix (eg. "http://m.mlb.com/player/") 2. Select text on a webpage to build a new URL (eg. "605141") 3. After selecting the text, right click and select the prefix 4. You'll see the newly constructed URL open in a new tab (eg. "http://m.mlb.com/player/605141") Extra: 1. If you select text that has whitespaces, you can open multiple tabs at once (eg. "605141 660271") 2. Adding a blank URL prefix will enable you to open new tabs without any prefixes. This may come in handy if you select a couple of URLs and want to open all of them in separate tabs in one click. 3. Use "{}" as a placeholder. If a url contains "{}", the "{}" portion will be replaced instead of the text being appended to the end
एक्सटेंशन की मूल जानकारी
नाम | Link Builder |
ID | dejdoojikkdnjajianfjdgobfknnafan |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-builder/dejdoojikkdnjajianfjdgobfknnafan |
विवरण | A plugin to build and open links in new tabs quickly |
फ़ाइल का आकार | 43.64 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2019-07-14 |
प्रकाशन तिथि | 2019-07-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Yohei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Builder", "description": "A plugin to build and open links in new tabs quickly", "version": "0.1.0", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon38.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |