Remove Line Breaks from ClipBoard

Remove Line Breaks from Clipboard.

Wat is Remove Line Breaks from ClipBoard?

Remove Line Breaks from ClipBoard is een Chrome-extensie ontwikkeld door momeijw, en de belangrijkste functie is "Remove Line Breaks from Clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remove Line Breaks from ClipBoard

Download Remove Line Breaks from ClipBoard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Remove Line Breaks from ClipBoard Remove Line Breaks from ClipBoard
ID bofnagikiljagacamnjbllalbhaklajn
Officiële URL https://chrome.google.com/webstore/detail/remove-line-breaks-from-c/bofnagikiljagacamnjbllalbhaklajn
Beschrijving Remove Line Breaks from Clipboard.
Bestandsgrootte 5.26 KB
Aantal Installaties 60
Huidige Versie 0.1
Laatst Bijgewerkt 2018-11-04
Publicatiedatum 2018-11-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar momeijw
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Line Breaks from ClipBoard",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}