JapariPedia
This Chrome extension turns Wikipedia into Japari-Library.
What is JapariPedia?
JapariPedia is a Chrome extension developed by miyaoka, and its main feature is "This Chrome extension turns Wikipedia into Japari-Library.".
Extension Screenshots
Download JapariPedia Extension CRX File
Download JapariPedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
There are wisdoms of extinct human in Japali-library
v1.3 Add English language support Extension Basic Information
| Name | |
| ID | ohkgbfcpbbljmmmidihgdfknhnpfkobd |
| Official URL | https://chromewebstore.google.com/detail/japaripedia/ohkgbfcpbbljmmmidihgdfknhnpfkobd |
| Description | This Chrome extension turns Wikipedia into Japari-Library. |
| File Size | 41.64 KB |
| Installation Count | 2,599 |
| Current Version | 1.3.1 |
| Last Updated | 2017-06-28 |
| Publish Date | 2017-06-28 |
| Rating | 4.90/5 Total 97 Ratings |
| Developer | miyaoka |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/miyaoka/japari-pedia |
| Supported Languages | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"manifest_version": 2,
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"browser_action": {
"default_icon": {
"19": "icon\/19.png",
"38": "icon\/38.png"
}
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"version": "1.3.1"
} | |