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.
Qu'est-ce que AlphaQuotes Motivational Quotes New Tab ?
AlphaQuotes Motivational Quotes New Tab est une extension Chrome développée par https://alphaquot.es, et sa fonction principale est "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AlphaQuotes Motivational Quotes New Tab
Téléchargez les fichiers d'extension AlphaQuotes Motivational Quotes New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Informations de Base sur l'Extension
Nom | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
URL Officiel | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Description | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Taille du Fichier | 287 KB |
Nombre d'Installations | 245 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2013-10-30 |
Date de Publication | 2013-10-30 |
Évaluation | 4.00/5 Total 10 Évaluations |
Développeur | https://alphaquot.es |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://alphaquot.es/ |
Langues Prises en Charge | 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" ] } ] } |