Give me a GIF!
A great tool to kill your productivity
什麼是Give me a GIF!?
Give me a GIF!是由https://alberto.cc開發的Chrome擴展程式,該擴展的主要功能是“A great tool to kill your productivity”。
擴展截圖
下載Give me a GIF!擴展crx文件
下載Give me a GIF!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs.
擴展基本資訊
名稱 | Give me a GIF! |
ID | lnilkliokcnoaiodkamnegebhnmckacd |
官方網址 | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
簡介 | A great tool to kill your productivity |
檔案大小 | 50.01 KB |
安裝次數 | 17 |
目前版本 | 1.2 |
更新時間 | 2021-02-01 |
上架時間 | 2019-10-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://alberto.cc |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Give me a GIF!", "short_name": "GIF!", "description": "A great tool to kill your productivity", "version": "1.2", "author": "Alberto Cabeza Cardiel", "manifest_version": 2, "icons": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" } } } |