InstaSloth
One button, many sloth.
Τι είναι το InstaSloth;
Το InstaSloth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Julian De Ocampo, και η κύρια λειτουργία του είναι "One button, many sloth.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης InstaSloth
Λήψη αρχείων επέκτασης InstaSloth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
InstaSloth ============= A Chrome extension that returns an HTML panel of sloths in various moods to be conveniently be used as reaction posts on online social websites. Click the sloth to insert it into the active text field. The "Random Sloth" [CURRENTLY DISABLED WHILE UNDER DEVELOPMENT] feature searches and randomizes order of images of sloths on Flickr. Instructions/Features ============= * Click on the sloth icon in the toolbar to open InstaSloth * Select from "Mood Sloths," handpicked to fit your current mood, or "Random Sloths" * Click on the image of the sloth you want to have its image URL automatically inserted into your current active text field * Take a lesson from the sloths and take a breather... you've earned it. :) Notes and Attributions ============= * Random Sloth mode is NOT currently random. It currently appends the first several images found of sloths on Flickr. * The code to do this is currently taken from a Chrome extension tutorial and is found in popup.js, distributed through a BSD-style license: * It is Copyright (c) 2012 The Chromium Authors. All rights reserved. It may not be redistributed for commercial purposes. * It is just placeholder code while I work on my own script. * All images of sloths are used under the Creative Commons license and culled from Flickr. Out of courtesy, I am currently compiling a list of attributions. * Certain elements were recreated with the help of online tutorials. * JQuery tabs were created with help from Inspirational Pixels' tutorial: http://inspirationalpixels.com/tutorials/creating-tabs-with-html-css-and-jquery * Image grid was created with help from Ali Jafarian's tutorial: http://alijafarian.com/responsive-image-grids-using-css/ View on Github: https://github.com/JCDJulian/instant-sloth
Βασικές Πληροφορίες Επέκτασης
Όνομα | InstaSloth |
ID | djjohnahgfjpccljklcmlalioehdcodd |
Επίσημο URL | https://chromewebstore.google.com/detail/instasloth/djjohnahgfjpccljklcmlalioehdcodd |
Περιγραφή | One button, many sloth. |
Μέγεθος Αρχείου | 140 KB |
Αριθμός Εγκαταστάσεων | 166 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-12-21 |
Ημερομηνία Δημοσίευσης | 2014-12-21 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Julian De Ocampo |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/JCDJulian/instant-sloth |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstaSloth", "description": "One button, many sloth.", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/", "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |