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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
AlphaQuotes Motivational Quotes New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |