Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Quotableとは何ですか?
QuotableはQuotableによって開発されたChromeの拡張機能で、その主な機能は「Displays random user-uploaded quotes on each blank 'new tab' HTML page.」です。
拡張機能のスクリーンショット
Quotable拡張機能のCRXファイルをダウンロード
Quotable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
拡張機能の基本情報
名前 | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
公式URL | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
説明 | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
ファイルサイズ | 196 KB |
インストール数 | 44 |
現在のバージョン | 1.3 |
最終更新日 | 2019-06-16 |
公開日 | 2019-06-16 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Quotable |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://blueberriesafterdark.com/quotable-faq/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |