Quotes

Simplistic quotes app for your Chrome browser.

Quotesとは何ですか?

QuotesはBalasubramani Mによって開発されたChromeの拡張機能で、その主な機能は「Simplistic quotes app for your Chrome browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Quotes拡張機能のCRXファイルをダウンロード

Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get a fruitful quote with a neat background colour in a minimalistic manner each moment when you open a new tab.

Progressive Web Extension, even works in offline. Use "space key" to generate new Quotes. Navigate to created Quotes using arrow keys.

Do support with your feedback and rating.                    

拡張機能の基本情報

名前 Quotes Quotes
ID dcjcipkkpjkpjifchkjoagdfmjjegehf
公式URL https://chromewebstore.google.com/detail/quotes/dcjcipkkpjkpjifchkjoagdfmjjegehf
説明 Simplistic quotes app for your Chrome browser.
ファイルサイズ 324 KB
インストール数 86
現在のバージョン 2.2.0
最終更新日 2018-10-11
公開日 2018-10-11
評価 5.00/5 合計 5 レビュー
開発者 Balasubramani M
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://balsu.me/quotes
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quotes",
    "description": "Simplistic quotes app for your Chrome browser.",
    "version": "2.2.0",
    "author": "Balasubramani M",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Quotes",
        "default_icon": "src\/assets\/favicon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "src\/assets\/favicon.png"
    },
    "permissions": [
        "activeTab"
    ]
}