Button: Apps
Open the Apps Page with just one click.
Wat is Button: Apps?
Button: Apps is een Chrome-extensie ontwikkeld door https://browser-extensions.com, en de belangrijkste functie is "Open the Apps Page with just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Button: Apps
Download Button: Apps-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
Basisinformatie over de Extensie
Naam | Button: Apps |
ID | lnhjdlekcjjldjbhnnhdehceokficdmo |
Officiële URL | https://chromewebstore.google.com/detail/button-apps/lnhjdlekcjjldjbhnnhdehceokficdmo |
Beschrijving | Open the Apps Page with just one click. |
Bestandsgrootte | 68.21 KB |
Aantal Installaties | 866 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-04-22 |
Publicatiedatum | 2016-04-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://browser-extensions.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://browser-extensions.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openAppsPage__", "default_popup": "pages\/popup.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus", "management" ] } |