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.
AlphaQuotes Motivational Quotes New Tab क्या है?
AlphaQuotes Motivational Quotes New Tab https://alphaquot.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AlphaQuotes Motivational Quotes New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
एक्सटेंशन की मूल जानकारी
नाम | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
विवरण | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
फ़ाइल का आकार | 287 KB |
स्थापना संख्या | 245 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2013-10-30 |
प्रकाशन तिथि | 2013-10-30 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://alphaquot.es |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://alphaquot.es/ |
समर्थित भाषाएँ | 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" ] } ] } |