Origin

Converts all instances of a capital A to ᐰ.

Wat is Origin?

Origin is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Converts all instances of a capital A to ᐰ.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Origin

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

                        Never forget your point of origin by constantly reminding yourself of it by replacing every capital A with Earth's Stargate point of origin symbol, ᐰ.

source: https://gitlab.com/DanManN/Origin                    

Basisinformatie over de Extensie

Naam Origin Origin
ID ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
Officiële URL https://chromewebstore.google.com/detail/origin/ijhbgknnfjnljcbbbkbnmjfhpgdpmmak
Beschrijving Converts all instances of a capital A to ᐰ.
Bestandsgrootte 7.1 KB
Aantal Installaties 65
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-05
Publicatiedatum 2018-08-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Origin",
    "description": "Converts all instances of a capital A to \u1430.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}