Twitter Noti
Simple notification for twitter
Wat is Twitter Noti?
Twitter Noti is een Chrome-extensie ontwikkeld door HMI, en de belangrijkste functie is "Simple notification for twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Noti
Download Twitter Noti-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pfblhojcabkhbbljcalohlkpmmnkkjdf |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf |
| Beschrijving | Simple notification for twitter |
| Bestandsgrootte | 32.3 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 1.1.7.10 |
| Laatst Bijgewerkt | 2014-05-23 |
| Publicatiedatum | 2014-05-23 |
| Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | HMI |
| Betalingswijze | free |
| Extensiewebsite | http://inswears.tumblr.com/ |
| Ondersteunde Talen | 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\/"
} | |