AlphaQuotes Motivational Quotes New Tab
Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Was ist AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab ist eine Chrome-Erweiterung, die von https://alphaquot.es entwickelt wurde, und ihr Hauptmerkmal ist "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Erweiterungsscreenshots
AlphaQuotes Motivational Quotes New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie AlphaQuotes Motivational Quotes New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Grundlegende Informationen zur Erweiterung
Name | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
Offizielle URL | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Beschreibung | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Dateigröße | 287 KB |
Installationsanzahl | 245 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2013-10-30 |
Veröffentlichungsdatum | 2013-10-30 |
Bewertung | 4.00/5 Insgesamt 10 Bewertungen |
Entwickler | https://alphaquot.es |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://alphaquot.es/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlphaQuotes Motivational Quotes New Tab", "version": "0.0.4", "manifest_version": 2, "description": "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.", "homepage_url": "http:\/\/alphaquot.es\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |