Wikiquote (ES)
La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)
Wikiquote (ES)とは何ですか?
Wikiquote (ES)はhttp://themunsonsapps.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)」です。
拡張機能のスクリーンショット
Wikiquote (ES)拡張機能のCRXファイルをダウンロード
Wikiquote (ES)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
¿Nada nuevo que decir? Frases y citas célebres para cada día de la Wikiquote (http://es.wikiquote.org) al alcance de un solo click.
拡張機能の基本情報
名前 | |
ID | mommeekinonbbbfnmjgjgimhjpplldkh |
公式URL | https://chrome.google.com/webstore/detail/wikiquote-es/mommeekinonbbbfnmjgjgimhjpplldkh |
説明 | La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org) |
ファイルサイズ | 37.74 KB |
インストール数 | 45 |
現在のバージョン | 2.0.1 |
最終更新日 | 2013-04-28 |
公開日 | 2013-04-28 |
評価 | 4.64/5 合計 11 レビュー |
開発者 | http://themunsonsapps.blogspot.com |
支払い方法 | free |
拡張機能のウェブサイト | http://themunsonsapps.blogspot.com/ |
対応言語 | es |
manifest.json | |
{ "browser_action": { "default_icon": "quote.png", "default_popup": "quote.html", "default_title": "Cita del d\u00eda" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "La frase c\u00e9lebre del d\u00eda de Wikiquote en castellano con un solo click (http:\/\/es.wikiquote.org)", "name": "Wikiquote (ES)", "permissions": [ "tabs", "http:\/\/es.wikiquote.org\/*" ], "offline_enabled": false, "homepage_url": "http:\/\/themunsonsapps.blogspot.com\/", "icons": { "48": "quote_48x48.png", "128": "quote.png", "16": "quote_16x16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "all_frames": true, "js": [ "quote.js", "jquery-1.4.4.min.js" ], "run_at": "document_start" } ], "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "version": "2.0.1" } |