Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Custom Bookmarks क्या है?
Custom Bookmarks parthjmistry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Custom Bookmarks allows you to use custom parameters in URL and re use bookmark for similar URL. To define parameters use {{ }} in URL(s) while saving them . For example, You're using ticketing system which has urls are like www.ticket.com/1 , www.ticket.com/2 etc. You can define URL in custom bookmark as www.ticket.com/{{Ticket}}. So you can open other tickets easily with providing only ticket number.
एक्सटेंशन की मूल जानकारी
नाम | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
विवरण | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
फ़ाइल का आकार | 17.07 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-03-19 |
प्रकाशन तिथि | 2020-01-09 |
डेवलपर | parthjmistry |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wp.me/p2YTX9-A |
सहायता पृष्ठ URL | https://wp.me/p2YTX9-A |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "Custom Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |