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란 무엇입니까?
The GIF Oracle은(는) http://thegiforacle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API."입니다.
확장 프로그램 스크린샷
The GIF Oracle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | njomofohdadlklnfkiikfhokoaefjokn |
공식 URL | https://chrome.google.com/webstore/detail/the-gif-oracle/njomofohdadlklnfkiikfhokoaefjokn |
설명 | Select a word and retrieve a random GIF of it with the might of the ORACLE! Powered by the Giphy API. |
파일 크기 | 84.4 KB |
설치 횟수 | 91 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-10-25 |
출시 날짜 | 2014-10-25 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | http://thegiforacle.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://thegiforacle.com |
도움말 페이지 URL | https://github.com/Zozman/TheGifOracleChrome |
지원되는 언어 | 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 } |