Create Shortcut
Adds 'Create Shortcut' in the context menu.
Create Shortcut क्या है?
Create Shortcut Tack'n द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'Create Shortcut' in the context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Create Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When the menu is selected, this extension creates an internet shortcut file (.html) to the current webpage. The shortcut files are saved in your download folder.
एक्सटेंशन की मूल जानकारी
नाम | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
विवरण | Adds 'Create Shortcut' in the context menu. |
फ़ाइल का आकार | 11.45 KB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-11-07 |
प्रकाशन तिथि | 2020-09-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Tack'n |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.tackn.jp/post-3874.html |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Create Shortcut", "version": "1.0.1", "description": "__MSG_extDescription__", "background": { "scripts": [ "src\/extension.js" ], "persistent": true }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png" } } } |