Harry Potter Quotes
Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!
Harry Potter Quotesとは何ですか?
Harry Potter QuotesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!」です。
拡張機能のスクリーンショット
Harry Potter Quotes拡張機能のCRXファイルをダウンロード
Harry Potter Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click on the icon in your Chrome browser to get your quote.
拡張機能の基本情報
名前 | Harry Potter Quotes |
ID | daalkhgbfbieaefapmogolgaflalmijb |
公式URL | https://chromewebstore.google.com/detail/harry-potter-quotes/daalkhgbfbieaefapmogolgaflalmijb |
説明 | Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series! |
ファイルサイズ | 277 KB |
インストール数 | 1,387 |
現在のバージョン | 3.0 |
最終更新日 | 2019-06-16 |
公開日 | 2019-06-15 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Harry Potter Quotes", "description": "Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!", "version": "3.0", "offline_enabled": true, "icons": { "48": "logohp.png", "128": "logohp.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "logohp.png", "default_popup": "popup.html" }, "manifest_version": 2 } |