Codever

Save bookmarks, snippets or notes to Codever

Codever là gì?

Codever là một tiện ích mở rộng Chrome được phát triển bởi https://www.codever.dev, và tính năng chính của nó là "Save bookmarks, snippets or notes to Codever".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codever

Tải xuống các tệp mở rộng Codever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Codever Codever
ID diofdblfhjbpgackifolmboaiccmebjb
URL Chính Thức https://chromewebstore.google.com/detail/codever/diofdblfhjbpgackifolmboaiccmebjb
Mô tả Save bookmarks, snippets or notes to Codever
Kích Thước Tệp 51.79 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-06-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.codever.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.codever.dev
URL Trang Trợ Giúp https://www.codever.dev/about
URL Trang Chính Sách Bảo Mật https://www.codever.land/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}