Twitter Noti
Simple notification for twitter
什麼是Twitter Noti?
Twitter Noti是由HMI開發的Chrome擴展程式,該擴展的主要功能是“Simple notification for twitter”。
擴展截圖
下載Twitter Noti擴展crx文件
下載Twitter Noti擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple notification, use the Rich Notification to notify your tweets and twitter photos.
== 1.1.7.10 ==
* OAuth problem fixed.
* Time stamp can convert to locale string 擴展基本資訊
| 名稱 | |
| ID | pfblhojcabkhbbljcalohlkpmmnkkjdf |
| 官方網址 | https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf |
| 簡介 | Simple notification for twitter |
| 檔案大小 | 32.3 KB |
| 安裝次數 | 31 |
| 目前版本 | 1.1.7.10 |
| 更新時間 | 2014-05-23 |
| 上架時間 | 2014-05-23 |
| 評分 | 4.11/5 共 9 次評分 |
| 開發者 | HMI |
| 付費類型 | free |
| 擴展官網 | http://inswears.tumblr.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Noti",
"version": "1.1.7.10",
"manifest_version": 2,
"description": "Simple notification for twitter",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"background",
"notifications",
"tabs",
"alarms",
"https:\/\/api.twitter.com\/oauth\/request_token",
"https:\/\/api.twitter.com\/oauth\/authorize",
"https:\/\/api.twitter.com\/oauth\/access_token",
"https:\/\/userstream.twitter.com\/1.1\/",
"https:\/\/*.twimg.com\/",
"https:\/\/twitpic.com\/"
],
"browser_action": {
"default_icon": "images\/icon48.png"
},
"options_page": "options.html",
"background": {
"scripts": [
"scripts\/chrome_ex_oauthsimple.js",
"scripts\/chrome_ex_oauth.js",
"scripts\/onload.js",
"scripts\/background.js"
]
},
"web_accessible_resources": [
"scripts\/chrome_ex_oauthsimple.js",
"scripts\/chrome_ex_oauth.js",
"scripts\/onload.js",
"chrome_ex_oauth.html",
"scripts\/options.js"
],
"content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.twimg.com\/ https:\/\/twitpic.com\/"
} | |