Codever
Save bookmarks, snippets or notes to Codever
Codeverとは何ですか?
Codeverはhttps://www.codever.devによって開発されたChromeの拡張機能で、その主な機能は「Save bookmarks, snippets or notes to Codever」です。
拡張機能のスクリーンショット
Codever拡張機能のCRXファイルをダウンロード
Codever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |