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.
Vad är AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab är en Chrome-tillägg utvecklad av https://alphaquot.es, och dess huvudfunktion är "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Tilläggsskärmbilder
Ladda ner AlphaQuotes Motivational Quotes New Tab-förlängningens CRX-fil
Ladda ner AlphaQuotes Motivational Quotes New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it! Grundläggande Information om Tillägg
| Namn | |
| ID | gaghddbfclojcohafojiikebcepflpgb |
| Officiell webbadress | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
| Beskrivning | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
| Filstorlek | 287 KB |
| Antal Installationer | 245 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2013-10-30 |
| Publiceringsdatum | 2013-10-30 |
| Betyg | 4.00/5 Totalt 10 Betyg |
| Utvecklare | https://alphaquot.es |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://alphaquot.es/ |
| Stödda Språk | 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"
]
}
]
} | |