Twitter Assistant

Helpful little features for Twitter.

Wat is Twitter Assistant?

Twitter Assistant is een Chrome-extensie ontwikkeld door MindSky, en de belangrijkste functie is "Helpful little features for Twitter.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Assistant

Download Twitter Assistant-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

                        Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost.

Quick access to useful symbols such as ¼ and ☼                    

Basisinformatie over de Extensie

Naam Twitter Assistant Twitter Assistant
ID femngnbabpfmcdbghieemklfobfppelm
Officiële URL https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm
Beschrijving Helpful little features for Twitter.
Bestandsgrootte 84.15 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-14
Publicatiedatum 2020-01-14
Ontwikkelaar MindSky
Betalingswijze free
Extensiewebsite http://sky.mind.im/twitter-assistant
Help Pagina-URL http://sky.mind.im/twitter-assistant
URL van de Privacybeleid Pagina http://sky.mind.im/privacy
Ondersteunde Talen de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitter Assistant",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "ta"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ],
    "short_name": "Twitter Assistant",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}