imgur Community Extension
Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.
Qu'est-ce que imgur Community Extension ?
imgur Community Extension est une extension Chrome développée par hasse.christopher, et sa fonction principale est "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension imgur Community Extension
Téléchargez les fichiers d'extension imgur Community Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Open source imgur Community Extension https://github.com/chrhasse/imgur-Extension PRIVACY POLICY https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md NOTICE THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Informations de Base sur l'Extension
Nom | imgur Community Extension |
ID | ehoopddfhgaehhmphfcooacjdpmbjlao |
URL Officiel | https://chromewebstore.google.com/detail/imgur-community-extension/ehoopddfhgaehhmphfcooacjdpmbjlao |
Description | Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop. |
Taille du Fichier | 69.23 KB |
Nombre d'Installations | 24,334 |
Version Actuelle | 2.3.1 |
Dernière Mise à Jour | 2023-10-04 |
Date de Publication | 2020-04-30 |
Évaluation | 3.82/5 Total 614 Évaluations |
Développeur | hasse.christopher |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/chrhasse/imgur-Extension |
URL de la Page de Politique de Confidentialité | https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.1", "minimum_chrome_version": "22", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDM6D3wZNAfHGpc9\/Hk7sPNSCnauK\/sQPhAPViDmjT8Sj+Ot7ugDafYSynzhIFPZyckXm+4TkmlcqQukCI8GP+yqcb70oWVus8GplHTimJkoDKLwJkLH55lhBjg5Z8Aa7BngFf0W\/C7ZASElFNfQqWQJI3bgK6vHX5cRgJrhZ9AoQIDAQAB", "background": { "scripts": [ "lib\/utils-1.4.js", "js\/model.js", "js\/background.js" ], "persistent": false }, "manifest_version": 2, "name": "imgur Community Extension", "description": "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.", "icons": { "16": "img\/logo16.png", "128": "img\/logo128.png" }, "permissions": [ "contextMenus", "activeTab", "notifications", "alarms", "identity" ], "web_accessible_resources": [ "img\/logo96.png" ], "browser_action": { "default_icon": "img\/logo19.png" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/imgur.com\/gallery\/*" ], "js": [ "js\/inject\/showImages.js" ] } ] } |