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 |
| 公式URL | 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\/"
} | |