The GIF Oracle
Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API.
The GIF Oracle là gì?
The GIF Oracle là một tiện ích mở rộng Chrome được phát triển bởi http://thegiforacle.com, và tính năng chính của nó là "Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The GIF Oracle
Tải xuống các tệp mở rộng The GIF Oracle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The GIF Orcale Chrome Extension is an easy to use and fun way to get random animated GIFs using the Giphy API. Features ========== Highlighted Word Search ---------------------------- The GIF Oracle allows you to highlight any word and search for a random GIF associated with it. Just highlight the word, right click to bring up your context menu, and The GIF Oracle will search for it. Once a result has been found, it will appear as a Google Notification. The user then has the choice of opening the GIF in a new tab or copying the URL of the GIF to the clipboard for easy pasting anywhere on the Internet. These functions can also be used directly from the context menu. All results are also stored in Chrome's Notification Center for easy access to previous searches. Omnibox Search ------------------- If a user wishes to search for a random GIF based off a particular term, they can do so with the Omnibox. By typing oracle into the Omnibox, the search box will then take the input and search for a random GIF. The result will then be displayed in a notification as normal. About ======== This Chrome Extension was made as part of Carnegie Mellon Heinz College's Internet Technologies class in Mini 1 of the Fall of 2014 by Zac Lovoy with the help of Kevin Chen and Matthew Hsieh. Logo was provided by Jane Yoon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | njomofohdadlklnfkiikfhokoaefjokn |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-gif-oracle/njomofohdadlklnfkiikfhokoaefjokn |
Mô tả | Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API. |
Kích Thước Tệp | 84.4 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2014-10-25 |
Ngày Phát Hành | 2014-10-25 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://thegiforacle.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://thegiforacle.com |
URL Trang Trợ Giúp | https://github.com/Zozman/TheGifOracleChrome |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The GIF Oracle", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "version": "1.0.3", "omnibox": { "keyword": "oracle" }, "description": "Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API.", "permissions": [ "contextMenus", "tabs", "notifications", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |