Awesome Options Button
Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
Wat is Awesome Options Button?
Awesome Options Button is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.".
Extensie Screenshots
Download het CRX-bestand van de extensie Awesome Options Button
Download Awesome Options 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
It is a shortcut button to open the Chrome options page.
Basisinformatie over de Extensie
Naam | Awesome Options Button |
ID | plbcofniomdgojippejpigepjbclnadg |
Officiële URL | https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg |
Beschrijving | Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected. |
Bestandsgrootte | 33.66 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.2.0.0 |
Laatst Bijgewerkt | 2020-12-08 |
Publicatiedatum | 2016-09-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://upway2late.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.upway2late.com/projects/buttons-project |
Help Pagina-URL | http://www.upway2late.com/projects/buttons-project |
URL van de Privacybeleid Pagina | http://www.upway2late.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Options Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.", "icons": { "16": "options_16.png", "48": "options_48.png", "128": "options_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "options_19.png", "default_title": "Awesome Options Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |