thaiseoboard.com button

Open your favourite webboard thaiseoboard.com in one click!

Wat is thaiseoboard.com button?

thaiseoboard.com button is een Chrome-extensie ontwikkeld door Peter Anderson, en de belangrijkste functie is "Open your favourite webboard thaiseoboard.com in one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie thaiseoboard.com button

Download thaiseoboard.com button-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 thaiseoboard.com button thaiseoboard.com button
ID fmikolphkflimdaepipapmcjngcehgki
Officiële URL https://chrome.google.com/webstore/detail/thaiseoboardcom-button/fmikolphkflimdaepipapmcjngcehgki
Beschrijving Open your favourite webboard thaiseoboard.com in one click!
Bestandsgrootte 147 KB
Aantal Installaties 12
Huidige Versie 3.1
Laatst Bijgewerkt 2014-09-18
Publicatiedatum 2014-09-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Peter Anderson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "name": "thaiseoboard.com button",
    "description": "Open your favourite webboard thaiseoboard.com in one click!",
    "browser_action": {
        "default_title": "Open thaiseoboard.com in one click",
        "default_icon": "img\/48.png",
        "default_popup": "tip.html"
    },
    "homepage_url": "http:\/\/thaiseoboard.com",
    "short_name": "thaiseoboard.com",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "chrome\/config.js",
            "js\/app.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "3.1",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}