Slashy

Slashy helps you type repetitive things faster using templates.

Wat is Slashy?

Slashy is een Chrome-extensie ontwikkeld door https://slashy.app, en de belangrijkste functie is "Slashy helps you type repetitive things faster using templates.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Slashy

Download Slashy-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

                        Use Slashy to type faster online with templates.

How it works:

1. Install Slashy - click "Add to Chrome"
2. Use the Slashy dashboard at manage.slashy.app to add your templates
3. When you are typing and want to use a template, simply press slash "/" on your keyboard
4. Select the template you have in mind and never look back!                    

Basisinformatie over de Extensie

Naam Slashy Slashy
ID ldgdgachjnhcfdpnjmhdaoopoghnojgf
Officiële URL https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf
Beschrijving Slashy helps you type repetitive things faster using templates.
Bestandsgrootte 801 KB
Aantal Installaties 25
Huidige Versie 0.2.2
Laatst Bijgewerkt 2019-05-04
Publicatiedatum 2019-04-29
Ontwikkelaar https://slashy.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://slashy.app
Help Pagina-URL https://slashy.app
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slashy",
    "short_name": "Slashy",
    "description": "Slashy helps you type repetitive things faster using templates.",
    "version": "0.2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "600": "icon.png"
        },
        "default_title": "Slashy"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/manage.slashy.app\/*",
            "*:\/\/slashy.app\/*",
            "*:\/\/back-slash.firebaseapp.com\/*",
            "http:\/\/127.0.0.1\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAphFD+TE2WO590Vk+MoJkR393P\/p2h620dQryLFzfwQLnE8ZB0BRjEFFNTa+HEYsh1uXeb9c97dDimE8x\/UfiJUV3+tmKiBZpMO52e1Ht5PQqs1\/hTSWcBZTPwzrZjJL\/RgefCtaLAGXH4vQCPHQ3pSyKb1WmdgG26Vdd0GTCU+ZPYj+cHlRIT7QtA2d\/I5l2REIN7\/cp2IBevOTgbvka5yAK7zSohvKDb39OP4qhUtwocskoEhbCzsVDKO9otg8JUaysoiKNuK+GiA6P0E6cf+ay35qmhlXuhVMkUabvzlH5VfRNCL9XeuMsmh1mLsI3iFyZUub4OwRJPjzG8utnCwIDAQAB"
}