Steemification - Notifications for Steemit
Display desktop notifications once new votes and comments on Steemit.com are available
什麼是Steemification - Notifications for Steemit?
Steemification - Notifications for Steemit是由steemification開發的Chrome擴展程式,該擴展的主要功能是“Display desktop notifications once new votes and comments on Steemit.com are available”。
擴展截圖
下載Steemification - Notifications for Steemit擴展crx文件
下載Steemification - Notifications for Steemit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Steemification offers the long missing notifications from the social media platform steemit.com. The development is ongoing and the extension will be improved over time. Getting started: #1 install the extension #2 click on the steemit icon in your browser bar #3 enter your account data #4 let the notifications roll in Any feedback for the notification may be posted via: https://steemit.com/@fleuri on the related blog post.
擴展基本資訊
名稱 | |
ID | blnmejicejbkcdebiobgfpjhopoahmen |
官方網址 | https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen |
簡介 | Display desktop notifications once new votes and comments on Steemit.com are available |
檔案大小 | 45.89 KB |
安裝次數 | 264 |
目前版本 | 1.4 |
更新時間 | 2016-07-28 |
上架時間 | 2016-07-28 |
評分 | 3.83/5 共 12 次評分 |
開發者 | steemification |
付費類型 | free |
擴展官網 | https://steemit.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steemification - Notifications for Steemit", "short_name": "Steemification", "version": "1.4", "description": "Display desktop notifications once new votes and comments on Steemit.com are available", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js", "steem-rpc.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ], "browser_action": { "default_icon": "48.png", "default_popup": "options.html" } } |