Toggle Class
With this extension, you can toggle a class on an element.
Wat is Toggle Class?
Toggle Class is een Chrome-extensie ontwikkeld door Morten Gustafsson, en de belangrijkste functie is "With this extension, you can toggle a class on an element.".
Extensie Screenshots
Download het CRX-bestand van de extensie Toggle Class
Download Toggle Class-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
With this extension you will be aible to add and toggle a class on a specific element. This can be very useful when styling a website.
Basisinformatie over de Extensie
Naam | |
ID | bdjmfkafjbndalemmcfmkmbegmaobien |
Officiële URL | https://chrome.google.com/webstore/detail/toggle-class/bdjmfkafjbndalemmcfmkmbegmaobien |
Beschrijving | With this extension, you can toggle a class on an element. |
Bestandsgrootte | 97.75 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2014-05-28 |
Publicatiedatum | 2014-05-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Morten Gustafsson |
Betalingswijze | free |
Extensiewebsite | http://www.mortengustafsson.dk |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Class", "description": "With this extension, you can toggle a class on an element.", "version": "1.1.2", "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "active_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "48_icon.png", "128": "128_icon.png" } } |