Wikiquote (ES)
La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)
Wikiquote (ES) là gì?
Wikiquote (ES) là một tiện ích mở rộng Chrome được phát triển bởi http://themunsonsapps.blogspot.com, và tính năng chính của nó là "La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wikiquote (ES)
Tải xuống các tệp mở rộng Wikiquote (ES) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
¿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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mommeekinonbbbfnmjgjgimhjpplldkh |
URL Chính Thức | https://chrome.google.com/webstore/detail/wikiquote-es/mommeekinonbbbfnmjgjgimhjpplldkh |
Mô tả | La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org) |
Kích Thước Tệp | 37.74 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2013-04-28 |
Ngày Phát Hành | 2013-04-28 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://themunsonsapps.blogspot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://themunsonsapps.blogspot.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |