Base64 decode & copy

Decode & copy selected Base64-encoded text in one step!

什麼是Base64 decode & copy?

Base64 decode & copy是由Daniel de la Cruz開發的Chrome擴展程式,該擴展的主要功能是“Decode & copy selected Base64-encoded text in one step!”。

擴展截圖

screenshot

下載Base64 decode & copy擴展crx文件

下載Base64 decode & copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.

Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.                    

擴展基本資訊

名稱 Base64 decode & copy Base64 decode & copy
ID llcfmnginbnmkeddkjjellcimmffjdcf
官方網址 https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf
簡介 Decode & copy selected Base64-encoded text in one step!
檔案大小 5.75 KB
安裝次數 3,086
目前版本 1.2.1
更新時間 2022-06-04
上架時間 2020-04-12
評分 4.83/5 共 6 次評分
開發者 Daniel de la Cruz
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 decode & copy",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Decode & copy selected Base64-encoded text in one step!",
    "author": "Daniel de la Cruz",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "background": {
        "service_worker": "script.js"
    }
}