You're Awesome
You, my friend, are AWESOME!!
什麼是You're Awesome?
You're Awesome是由ion development開發的Chrome擴展程式,該擴展的主要功能是“You, my friend, are AWESOME!!”。
擴展截圖
下載You're Awesome擴展crx文件
下載You're Awesome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME!
擴展基本資訊
名稱 | You're Awesome |
ID | laeeiggflpogehhfijehgfppdmaknnao |
官方網址 | https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao |
簡介 | You, my friend, are AWESOME!! |
檔案大小 | 70.25 KB |
安裝次數 | 40 |
目前版本 | 1.0 |
更新時間 | 2015-06-03 |
上架時間 | 2015-06-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ion development |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.ionic-web-design.ie/go/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "name": "You're Awesome", "version": "1.0", "description": "You, my friend, are AWESOME!!", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "html\/popup.html", "default_title": "You are Awesome!" }, "options_page": "html\/options.html", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2 } |