Prism 2 Beauty
Shows in better way the information in your timesheet
什麼是Prism 2 Beauty?
Prism 2 Beauty是由Rolando Q開發的Chrome擴展程式,該擴展的主要功能是“Shows in better way the information in your timesheet”。
擴展截圖
下載Prism 2 Beauty擴展crx文件
下載Prism 2 Beauty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows in better way the information in your timesheet + Performance increase
擴展基本資訊
名稱 | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
官方網址 | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
簡介 | Shows in better way the information in your timesheet |
檔案大小 | 58.76 KB |
安裝次數 | 30 |
目前版本 | 1.1.4 |
更新時間 | 2016-02-26 |
上架時間 | 2016-02-26 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Rolando Q |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prism 2 Beauty", "short_name": "Prism2Beauty", "description": "Shows in better way the information in your timesheet", "icons": { "16": "beauty.png", "24": "beauty.png", "48": "beauty.png", "128": "beauty.png", "19": "beauty.png", "38": "beauty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery.js", "app.js", "vcheck.js" ], "all_frames": true, "runAt": "document_end" } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", " |