Katamari Anything

Roll up any webpage

Wat is Katamari Anything?

Katamari Anything is een Chrome-extensie ontwikkeld door Tyler Smith, en de belangrijkste functie is "Roll up any webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Katamari Anything

Download Katamari Anything-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

                        Get cracking on rolling up webpages.  You owe Us your existence.  Yes?

Turn any webpage into a game of Katamari.  Originally by http://kathack.com/                    

Basisinformatie over de Extensie

Naam Katamari Anything Katamari Anything
ID ggjfoablenfkopjbdjeipgcjcocklhne
Officiële URL https://chromewebstore.google.com/detail/katamari-anything/ggjfoablenfkopjbdjeipgcjcocklhne
Beschrijving Roll up any webpage
Bestandsgrootte 569 KB
Aantal Installaties 411
Huidige Versie 1.0
Laatst Bijgewerkt 2020-09-18
Publicatiedatum 2020-09-13
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Tyler Smith
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Katamari Anything",
    "description": "Roll up any webpage",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Roll it up"
    },
    "web_accessible_resources": [
        "katamari.mp3"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2
}