Codever
Save bookmarks, snippets or notes to Codever
Codever क्या है?
Codever https://www.codever.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save bookmarks, snippets or notes to Codever"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Codever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select text on page (optional), right click or click the extension icon to save the active tab URL either as a bookmark, snippet or note to www.codever.dev, the Bookmarks, Snippets and Notes Manager for Developers & Co *** Only when you select text on page you will be asked to save the entry as bookmark, snippet or note, otherwise will be saved as bookmark *** When triggering the extension a popup window with a form to input the metadata is displayed. Title, location, description (in case of bookmarks) are automatically filled for you, but you can adjust as you wish. Tags are also automatically filed in case of youtube videos or stackoverflow questions After adding it, you can review the details and close the form window. The extension is open source and available at https://github.com/CodeverDotDev/codever-browser-extension How To Guides are available a https://www.codever.dev/howto
एक्सटेंशन की मूल जानकारी
नाम | Codever |
ID | diofdblfhjbpgackifolmboaiccmebjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/codever/diofdblfhjbpgackifolmboaiccmebjb |
विवरण | Save bookmarks, snippets or notes to Codever |
फ़ाइल का आकार | 51.79 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 4.0.0 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.codever.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.codever.dev |
सहायता पृष्ठ URL | https://www.codever.dev/about |
गोपनीयता नीति पृष्ठ URL | https://www.codever.land/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Codever", "version": "4.0.0", "description": "Save bookmarks, snippets or notes to Codever", "icons": { "16": "icons\/icon-blue-16.png", "48": "icons\/icon-blue-48.png", "128": "icons\/icon-blue-128.png" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icons\/icon-blue-128.png" }, "homepage_url": "https:\/\/www.codever.dev" } |