You are Epic
You, my friend, are EPIC!
什麼是You are Epic?
You are Epic是由Apps開發的Chrome擴展程式,該擴展的主要功能是“You, my friend, are EPIC!”。
擴展截圖
下載You are Epic擴展crx文件
下載You are Epic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever felt down and need a little encouragement? Like you're down in the dumps and just need something bright to cheer up your day? Well, we believe in you and you are EPIC! This app puts a small button on your browser - each time you press it, something surprisingly nice will happen! :)
擴展基本資訊
名稱 | You are Epic |
ID | gldbdikiglleodkcdddffmhmpdfcpkkn |
官方網址 | https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn |
簡介 | You, my friend, are EPIC! |
檔案大小 | 62.11 KB |
安裝次數 | 206 |
目前版本 | 1.3 |
更新時間 | 2013-10-04 |
上架時間 | 2013-10-04 |
評分 | 4.60/5 共 10 次評分 |
開發者 | Apps |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "html\/popup.html", "default_title": "You are Awesome!" }, "description": "You, my friend, are EPIC!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "You are Epic", "options_page": "html\/options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |