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文件

下載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 Codever
ID diofdblfhjbpgackifolmboaiccmebjb
官方網址 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"
}