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.
Hvad er AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab er en Chrome-udvidelse udviklet af https://alphaquot.es, og dens hovedfunktion er "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Udvidelsesskærmbilleder
Download AlphaQuotes Motivational Quotes New Tab-udvidelses-CRX-fil
Download AlphaQuotes Motivational Quotes New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Grundlæggende oplysninger om udvidelsen
Navn | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
Officiel URL | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Beskrivelse | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Filstørrelse | 287 KB |
Antal Installationer | 245 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2013-10-30 |
Udgivelsesdato | 2013-10-30 |
Bedømmelse | 4.00/5 Samlet 10 Bedømmelser |
Udvikler | https://alphaquot.es |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://alphaquot.es/ |
Understøttede Sprog | 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" ] } ] } |