Codever

Save bookmarks, snippets or notes to Codever

Codever란 무엇입니까?

Codever은(는) https://www.codever.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save bookmarks, snippets or notes to Codever"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Codever 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}