CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
什麼是CalliTab?
CalliTab是由melvin0008開發的Chrome擴展程式,該擴展的主要功能是“All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality”。
擴展截圖
下載CalliTab擴展crx文件
下載CalliTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
All the basic features combined into one app.Few features include news updates,time updates and weather updates It also includes a todo functionality. Also provides links to chrome apps installed and the bookmarks saved. You can also drag and drop the items in the todo-list to manage your priorities. For suggestions and queries please mail me at [email protected]
擴展基本資訊
名稱 | CalliTab |
ID | cbfcakedbnnbmhdplicoedllkhcobimg |
官方網址 | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
簡介 | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
檔案大小 | 19.82 MB |
安裝次數 | 27 |
目前版本 | 1.9 |
更新時間 | 2015-10-17 |
上架時間 | 2015-10-16 |
評分 | 5.00/5 共 20 次評分 |
開發者 | melvin0008 |
付費類型 | free |
擴展官網 | http://www.melvinphilips.com/ |
說明頁面URL | https://github.com/melvin0008/Callitab/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CalliTab", "short_name": "Calli-Tab", "description": "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality", "version": "1.9", "author": "Melvin Philips Y.N.W.A", "permissions": [ "management", "bookmarks", "geolocation", "http:\/\/rss.cnn.com\/rss\/cnn_topstories.rss" ], "icons": { "16": "c-16.png", "48": "c-48.png", "128": "c-128.ico" }, "chrome_url_overrides": { "newtab": "allinone.html" } } |