Forismatic quotes
Show quote from Forismatic.com
Forismatic quotesとは何ですか?
Forismatic quotesはhttps://www.zagirov.nameによって開発されたChromeの拡張機能で、その主な機能は「Show quote from Forismatic.com」です。
拡張機能のスクリーンショット
Forismatic quotes拡張機能のCRXファイルをダウンロード
Forismatic quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon.
拡張機能の基本情報
名前 | Forismatic quotes |
ID | aegemfnepncjfdnlphmlpmfaninhgafg |
公式URL | https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg |
説明 | Show quote from Forismatic.com |
ファイルサイズ | 17.46 KB |
インストール数 | 158 |
現在のバージョン | 2.3.2 |
最終更新日 | 2014-09-11 |
公開日 | 2014-09-11 |
評価 | 4.79/5 合計 34 レビュー |
開発者 | https://www.zagirov.name |
支払い方法 | free |
ヘルプページのURL | http://www.zagirov.name |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_extName__", "manifest_version": 2, "description": "__MSG_extDescr__", "version": "2.3.2", "author": "Zagirov Rustam", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_lastQuote__", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/api.forismatic.com\/*", "http:\/\/fucking-great-advice.ru\/*", "http:\/\/goodfuckingdesignadvice.com\/*", "https:\/\/ssl.google-analytics.com\/*" ], "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |