Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
What is Oolong Image Viewer?
Oolong Image Viewer is a Chrome extension developed by oolongprojects, and its main feature is "A simple image viewer supporting drag and drop of the image.".
Extension Screenshots
Download Oolong Image Viewer Extension CRX File
Download Oolong Image Viewer 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
A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop. Extension Basic Information
| Name | |
| ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
| Official URL | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
| Description | A simple image viewer supporting drag and drop of the image. |
| File Size | 268 KB |
| Installation Count | 331 |
| Current Version | 1.0.3 |
| Last Updated | 2017-06-25 |
| Publish Date | 2017-06-25 |
| Rating | 4.00/5 Total 6 Ratings |
| Developer | oolongprojects |
| Payment Type | free |
| Extension Website | https://github.com/socrateslee/oolong_image_viewer |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"image-viewer\/bootstrap\/*",
"image-viewer\/css\/*",
"image-viewer\/*"
],
"content_scripts": [
{
"all_frames": false,
"js": [
"loader.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"run_at": "document_start"
}
],
"name": "Oolong Image Viewer",
"short_name": "ooloog image viewer",
"description": "A simple image viewer supporting drag and drop of the image.",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"manifest_version": 2,
"permissions": [
"tabs"
],
"version": "1.0.3"
} | |