copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

Vad är copy-base64?

copy-base64 är en Chrome-tillägg utvecklad av https://0-9.tumblr.com, och dess huvudfunktion är "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner copy-base64-förlängningens CRX-fil

Ladda ner copy-base64-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

Grundläggande Information om Tillägg

Namn copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
Officiell webbadress https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Beskrivning Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
Filstorlek 7.14 KB
Antal Installationer 578
Aktuell Version 0.0.4
Senast Uppdaterad 2014-01-23
Publiceringsdatum 2014-01-23
Betyg 3.67/5 Totalt 6 Betyg
Utvecklare https://0-9.tumblr.com
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}