CageGround
CageGround will change the background of your webpage to Nic Cage upon an icon click.
Wat is CageGround?
CageGround is een Chrome-extensie ontwikkeld door jamison.hyman, en de belangrijkste functie is "CageGround will change the background of your webpage to Nic Cage upon an icon click.".
Extensie Screenshots
Download het CRX-bestand van de extensie CageGround
Download CageGround-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
CageGround will change the background of your webpage to a random Nic Cage image upon an icon click. Repeatedly click for more fun. Developed by Jamison Hyman and Seth Mosgin. Special thanks to Gaurang Bhatt.
Basisinformatie over de Extensie
Naam | |
ID | dgfjkmphpajllfbkkdbepmclcedacfkl |
Officiële URL | https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl |
Beschrijving | CageGround will change the background of your webpage to Nic Cage upon an icon click. |
Bestandsgrootte | 23.47 MB |
Aantal Installaties | 94 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-08-21 |
Publicatiedatum | 2014-08-21 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jamison.hyman |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CageGround", "version": "0.2", "description": "CageGround will change the background of your webpage to Nic Cage upon an icon click.", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon2.png" ], "default_icon": "icon2.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/cages\/1.jpg", "images\/cages\/2.jpg", "images\/cages\/3.jpg", "images\/cages\/4.jpg", "images\/cages\/5.jpg", "images\/cages\/6.jpg", "images\/cages\/7.jpg", "images\/cages\/8.jpg", "images\/cages\/9.jpg", "images\/cages\/10.jpg", "images\/cages\/11.jpg", "images\/cages\/12.jpg", "images\/cages\/13.jpg", "images\/cages\/14.jpg", "images\/cages\/15.jpg", "images\/cages\/16.jpg", "images\/cages\/17.jpg", "images\/cages\/18.jpg", "images\/cages\/19.jpg", "images\/cages\/20.jpg" ] } |