Abioka resim yükleyici
Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.
What is Abioka resim yükleyici?
Abioka resim yükleyici is a Chrome extension developed by https://www.abioka.com, and its main feature is "Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin.".
Extension Screenshots
Download Abioka resim yükleyici Extension CRX File
Download Abioka resim yükleyici 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
Resim linklerinin üzerine mouse ile gelindiğinde resmi popup olarak gösterir. Geçerli host adresleri: imgur.com hizliresim.com pbs.twimg.com postimg.org tinypic.com eksiup.com
Extension Basic Information
Name | |
ID | bdegndbmdaaepbncjgfgdegonedpdkid |
Official URL | https://chromewebstore.google.com/detail/abioka-resim-y%C3%BCkleyici/bdegndbmdaaepbncjgfgdegonedpdkid |
Description | Linkleri resim olarak görün. Görmek istediğiniz resim linkinin üzerine fareyi getirin. |
File Size | 21.31 KB |
Installation Count | 45 |
Current Version | 2.0.4 |
Last Updated | 2018-09-17 |
Publish Date | 2018-09-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.abioka.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tugrulelmas/AbiokaImageViewer |
Help Page URL | https://github.com/tugrulelmas/AbiokaImageViewer/issues |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Abioka resim y\u00fckleyici", "short_name": "Abioka RY", "description": "Linkleri resim olarak g\u00f6r\u00fcn. G\u00f6rmek istedi\u011finiz resim linkinin \u00fczerine fareyi getirin.", "version": "2.0.4", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "author": "abioka.com", "homepage_url": "http:\/\/abioka.com", "web_accessible_resources": [ "loading.gif" ], "permissions": [ "https:\/\/cdn.hyperdev.com\/*", "https:\/\/stream-viper.gomix.me\/*", "http:\/\/littlethingsapi.abioka.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "core.css" ], "js": [ "core.js" ], "run_at": "document_end", "all_frames": true } ] } |